diff options
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -rw-r--r-- | modules/nixos/hyprland.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 6e72fa3..3c95763 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -3,10 +3,11 @@ enable = true; wlr.enable = true; extraPortals = [ + pkgs.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gnome (pkgs.xdg-desktop-portal-gtk.override { # Do not build portals that we already have. - buildPortalsInGnome = false; + # buildPortalsInGnome = false; }) ]; }; |
