commit f9bf9b6611d8c60c1bd4f185e0cff47561c3d5e8
parent 2c685ff2c5b3a6c4c04a9e15ea090c00e83bff10
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 19 Jan 2024 19:32:41 +0100
users/vincent: add xdg-desktop-port-gtk back for hyprland
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/systems/modules/desktop/hyprland.nix b/systems/modules/desktop/hyprland.nix
@@ -29,9 +29,8 @@ in
enable = true;
# wlr.enable = true;
extraPortals = with pkgs; [
- # xdg-desktop-portal-wlr
- # xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland
+ xdg-desktop-portal-gtk
];
gtkUsePortal = true;
};