From 86261a0d769e7dc260c444f0c603e0a72379581a Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 10 Jul 2025 18:57:08 +0200 Subject: [PATCH] Modules/Hyprland: Use gnome polkit agent --- home/modules/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 24019492..b301a20c 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -127,9 +127,9 @@ # Provide a polkit authentication UI. # This is used for example when running systemd commands without root. - "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1" # "systemctl --user start hyprpolkitagent.service" - # "${pkgs.polkit-gnome}/libexec/polkit-gnome-authentication-agent-1" + # "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1" + "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" ] ]; in {