Commit 7de09c9dc4f9

Vincent Demeester <vincent@sbr.pm>
2024-08-05 09:02:24
hyprlang: update xdg.portal options
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 432b325
Changed files (1)
systems
modules
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