From 1474d0c72a4e0e553522ece55cff143c2ca74984 Mon Sep 17 00:00:00 2001 From: anders130 <93037023+anders130@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:12:21 +0200 Subject: nix: disable qs hot reload (#564) * fix(hm): disable watch files to prevent unexpected config reload * nix: replace watchFiles patch with substituteInPlace in prePatch so nobody needs to maintain the patch when it breaks eventually --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix') diff --git a/nix/default.nix b/nix/default.nix index 6077054..23c7256 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -122,6 +122,8 @@ in prePatch = '' substituteInPlace assets/pam.d/fprint \ --replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so + substituteInPlace shell.qml \ + --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' ''; postInstall = '' -- cgit v1.2.3-freya