mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-22 20:17:15 +01:00
minimal: Use support git fs monitor
This commit is contained in:
parent
51eb1f0d58
commit
9ed512e179
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@
|
|||
core = {
|
||||
excludesfile = "${pkgs.writeText "gitignore" config.programs.git.excludes}";
|
||||
untrackedCache = true;
|
||||
fsmonitor = true;
|
||||
fsmonitor = "${lib.getExe pkgs.rs-git-fsmonitor}";
|
||||
commitGraph = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue