Add polkit support
This commit is contained in:
parent
62a55c2b45
commit
db0e55a89c
2 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
# autostart
|
||||
exec-once = [
|
||||
"${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent &"
|
||||
"nm-applet &"
|
||||
"wl-clip-persist --clipboard both &"
|
||||
"bash -c 'if [ ! -f ~/.config/hypr/wallpaper.png ]; then wall-change ~/.config/hypr/default_wallpaper.png; fi'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue