diff --git a/home/programs/hyprland.nix b/home/programs/hyprland.nix index 69fc418..5e73228 100644 --- a/home/programs/hyprland.nix +++ b/home/programs/hyprland.nix @@ -26,7 +26,6 @@ in }; home.packages = with pkgs; [ - hyprpolkitagent wl-clipboard-rs ]; @@ -385,6 +384,8 @@ in settings.ipc = true; }; + services.hyprpolkitagent.enable = true; + # UWSM systemd.user.services = { hypridle.Unit.After = lib.mkForce "graphical-session.target";