Use hyprpolkit

This commit is contained in:
Pedro Rey Anca 2025-07-09 13:53:32 +02:00
parent e6f8c3c798
commit 8e97065d77
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -25,4 +25,6 @@
# enableNvidiaPatches = false;
systemd.enable = true;
};
services.hyprpolkitagent.enable = true;
}