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. # Portals.
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk
xdg-desktop-portal-kde
];
config = { config = {
common = { common = {
default = [ default = [
"gtk" "gtk"
"wlr"
"gnome"
"kde"
]; ];
}; };
}; };
wlr = { wlr = {
enable = true; enable = true;
}; };
xdgOpenUsePortal = true;
}; };
# Brightness control. # Brightness control.