Skip to content

Commit 19e584b

Browse files
committed
chore(apps.git): remove settings only for Windows_NT
1 parent 29ba9df commit 19e584b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/apps/git.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
core = {
1818
fsmonitor = true;
1919
untrackedcache = true;
20-
fscache = true; # speed up git on Windows_NT
21-
preloadindex = true; # speed up git on Windows_NT
20+
# fscache = true; # speed up git on Windows_NT
21+
# preloadindex = true; # speed up git on Windows_NT
2222
tabwidth = 4;
23-
autocrlf = true;
23+
autocrlf = false; # set to true if on Windows_NT
2424
};
2525
gpg.ssh = {
2626
allowedSignersFile = "${config.age.secrets.git_allowed_signers.path}";

0 commit comments

Comments
 (0)