Sway : Add gtk portal.
This commit is contained in:
parent
3e3b2b2fbe
commit
cd9615c571
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue