fix(nixos): hyprland - enable polkit-gnome to get auth work

This commit is contained in:
Ryan Yin
2025-10-18 19:55:02 +08:00
parent aabe1c65fa
commit 74420b4161

View File

@@ -45,6 +45,7 @@ in
variables = [ "--all" ];
};
};
services.polkit-gnome.enable = true; # polkit
# NOTE: this executable is used by greetd to start a wayland session when system boot up
# with such a vendor-no-locking script, we can switch to another wayland compositor without modifying greetd's config in NixOS module