fix: nix duplicate property set

This commit is contained in:
2 * r + 2 * t 2026-03-29 02:13:12 +11:00
parent 793cc8234c
commit 980dd0b209

View file

@ -126,8 +126,6 @@ in
prePatch = '' prePatch = ''
substituteInPlace assets/pam.d/fprint \ substituteInPlace assets/pam.d/fprint \
--replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so --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 = '' postInstall = ''