Sway : Add gtk portal.

This commit is contained in:
Dmitry Voronin 2024-03-28 11:02:30 +03:00
parent 3e3b2b2fbe
commit cd9615c571

View file

@ -43,16 +43,25 @@
# Portals.
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
];
config = {
common = {
default = [
"gtk"
"wlr"
"gnome"
"kde"
];
};
};
wlr = {
enable = true;
};
xdgOpenUsePortal = true;
};
# Brightness control.