diff --git a/flake.nix b/flake.nix index 9c7270d..588cb0b 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,6 @@ home-manager.users.death916 = { imports = [ ./home-manager/home.nix - hyprland.homeManagerModules.default ]; }; } diff --git a/modules/nixos/laptop/hyprland-deps.nix b/modules/nixos/laptop/hyprland-deps.nix index e38007b..83a55a5 100644 --- a/modules/nixos/laptop/hyprland-deps.nix +++ b/modules/nixos/laptop/hyprland-deps.nix @@ -13,4 +13,7 @@ # Enable Fonts fonts.fontDir.enable = true; + + # Enable xdg-desktop-portal-hyprland for proper portal functionality + xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; }