feat: use home manager to install insed of home.packages

This commit is contained in:
CronyAkatsuki 2025-10-24 18:15:27 +02:00
parent 42a35c9cf0
commit 96d7683ff2
4 changed files with 12 additions and 11 deletions

View file

@ -85,9 +85,9 @@ in {
};
config = lib.mkIf config.crony.hyprland.enable {
home.packages = with pkgs; [
hyprpolkitagent
];
# Enable hyprpolkitagent
services.hyprpolkitagent.enable = true;
systemd.user.services.hyprpolkitagent.Install.WantedBy = lib.mkForce [];
# Enable hyprpaper
services.hyprpaper.enable = true;