summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/default.nix2
1 files changed, 2 insertions, 0 deletions
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 = ''