home/hyprland: enable hyprpolkitagent

This commit is contained in:
2025-05-27 12:23:45 +02:00
parent 8f6c8bc338
commit 17b79e60bf

View File

@@ -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";