From c982312c0757d7577b7646296bc1d857b88d6b6b Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Mon, 15 Aug 2022 00:47:56 +0300 Subject: [PATCH] Nix HM module: reload config-only --- nix/hm-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {