From 8211765df426f824e5f49c7ace55b85d0daf6080 Mon Sep 17 00:00:00 2001 From: Avery Date: Wed, 15 Jan 2025 15:35:10 +0100 Subject: [PATCH] Autolaunch policykit agent --- hosts/totsugeki/home-manager/desktop/hypr/hyprland.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/totsugeki/home-manager/desktop/hypr/hyprland.nix b/hosts/totsugeki/home-manager/desktop/hypr/hyprland.nix index 3acdded..1d9cb04 100644 --- a/hosts/totsugeki/home-manager/desktop/hypr/hyprland.nix +++ b/hosts/totsugeki/home-manager/desktop/hypr/hyprland.nix @@ -13,8 +13,13 @@ accel_profile = "flat"; }; - exec-once = - [ "hyprlock" "ags" "swww-daemon" "[workspace 10 silent] qbittorrent" ]; + exec-once = [ + "hyprlock" + "ags" + "swww-daemon" + "lxqt-policykit-agent" + "[workspace 10 silent] qbittorrent" + ]; env = [ "XDG_CURRENT_DESKTOP,Hyprland"