From 74420b4161df0d3d5a90fc557f5ce3be2fdc3b68 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 18 Oct 2025 19:55:02 +0800 Subject: [PATCH] fix(nixos): hyprland - enable polkit-gnome to get auth work --- home/linux/gui/hyprland/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/linux/gui/hyprland/hyprland.nix b/home/linux/gui/hyprland/hyprland.nix index b83eda47..b008edcc 100644 --- a/home/linux/gui/hyprland/hyprland.nix +++ b/home/linux/gui/hyprland/hyprland.nix @@ -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