diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 9bd3019..2395be3 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -28,6 +28,14 @@ in { trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; }; + xdg.portal = { + enable = true; + wlr.enable = true; + extraPortals = with pkgs; [ + xdg-desktop-portal-kde + ]; + }; + home-manager.users.${config.main-user} = { imports = [ hyprland.homeManagerModules.default ];