diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index fac924a..c67692f 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -3,7 +3,6 @@ settings = { # autostart exec-once = [ - "${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent &" "nm-applet &" "wl-clip-persist --clipboard regular &" "bash -c 'if [ ! -f ~/.config/hypr/wallpaper.png ]; then wall-change ~/.config/hypr/default_wallpaper.png; fi'" diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix index 7c4515d..8fa7f5b 100644 --- a/modules/home/hyprland/hyprland.nix +++ b/modules/home/hyprland/hyprland.nix @@ -25,4 +25,6 @@ # enableNvidiaPatches = false; systemd.enable = true; }; + + services.hyprpolkitagent.enable = true; }