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"