From 52550762c82038117a6d69dcb0ffda570bf216c4 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 22 Jun 2025 22:02:55 +0200 Subject: [PATCH] feat(hyprland): enable hyprpolkitagent. --- modules/linux/home-manager/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = [