feat(hyprland): enable hyprpolkitagent.

This commit is contained in:
CronyAkatsuki 2025-06-22 22:02:55 +02:00
parent ea224acf7c
commit 52550762c8

View file

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