Commit 7de09c9dc4f9
Changed files (1)
systems
modules
desktop
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