fix mistake

This commit is contained in:
Hadi 2024-10-23 20:20:26 +02:00
parent 965ef9e76e
commit 0c169156bb

View File

@ -2,6 +2,6 @@
home.packages = home.packages =
[ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ]; [ inputs.hyprpolkitagent.packages."${pkgs.system}".hyprpolkitagent ];
wayland.windowManager.hyprland.exec-once = wayland.windowManager.hyprland.settings.exec-once =
[ "systemctl --user start hyprpolkitagent" ]; [ "systemctl --user start hyprpolkitagent" ];
} }