Commit f9bf9b6611d8

Vincent Demeester <vincent@sbr.pm>
2024-01-19 19:32:41
users/vincent: add xdg-desktop-port-gtk back for hyprland
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2c685ff
Changed files (1)
systems
modules
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;
       };