diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index 130bba7..fb1c972 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -78,6 +78,10 @@ in { }; config = lib.mkIf config.crony.hyprland.enable { + home.packages = with pkgs; [ + hyprpolkitagent + ]; + # Enable hyprpaper services.hyprpaper.enable = true; @@ -131,6 +135,7 @@ in { "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data "keepassxc" # Startup my password manager + "systemctl --user start hyprpolkitagent" ]; monitor = [