commit 7de09c9dc4f9e33344639253a308fb70b64ed0b6
parent 432b32515d6d2cad37d5b434bc7694de7fc107b9
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 5 Aug 2024 09:02:24 +0200
hyprlang: update xdg.portal options
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/systems/modules/desktop/hyprland.nix b/systems/modules/desktop/hyprland.nix
@@ -32,7 +32,13 @@ in
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
- gtkUsePortal = true;
+ config = {
+ common = {
+ default = [
+ "gtk"
+ ];
+ };
+ };
};
};
# Allow swaylock to unlock the computer for us