Use hyprpolkit
This commit is contained in:
parent
e6f8c3c798
commit
8e97065d77
|
@ -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'"
|
||||
|
|
|
@ -25,4 +25,6 @@
|
|||
# enableNvidiaPatches = false;
|
||||
systemd.enable = true;
|
||||
};
|
||||
|
||||
services.hyprpolkitagent.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue