From 0c169156bb40ed153bed72c5b36f32b4314ddbe5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:20:26 +0200 Subject: [PATCH] fix mistake --- home/system/hyprland/polkitagent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/system/hyprland/polkitagent.nix b/home/system/hyprland/polkitagent.nix index c76587e..729eb4e 100644 --- a/home/system/hyprland/polkitagent.nix +++ b/home/system/hyprland/polkitagent.nix @@ -2,6 +2,6 @@ home.packages = [ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ]; - wayland.windowManager.hyprland.exec-once = + wayland.windowManager.hyprland.settings.exec-once = [ "systemctl --user start hyprpolkitagent" ]; }