diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 9b65e417..04641c2b 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -77,7 +77,7 @@ in { if cfg.package == null then defaultHyprlandPackage else cfg.package; - in "HYPRLAND_INSTANCE_SIGNATURE=$(ls -w 1 /tmp/hypr | tail -1) ${hyprlandPackage}/bin/hyprctl reload"; + in "HYPRLAND_INSTANCE_SIGNATURE=$(ls -w 1 /tmp/hypr | tail -1) ${hyprlandPackage}/bin/hyprctl reload config-only"; }; systemd.user.targets.hyprland-session = lib.mkIf cfg.systemdIntegration {