summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-12-05 11:53:58 +0000
committerDevin Finlinson <devin.finlinson@pm.me>2024-12-05 11:53:58 +0000
commit42cff06ed263aca59ca6a24805e6a9c43bc04344 (patch)
tree0e158d8255090418a7500773b03b2013e426883e /modules/nixos/hyprland.nix
parent9d962341ae3feaceb95ae03e7eaaeffe98708a6a (diff)
nixos 24.11 release, necessary changes
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix3
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;
})
];
};