mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
ignore nix result files
This commit is contained in:
parent
5d3fbd35c9
commit
f5ab31dd82
@ -20,7 +20,7 @@ in {
|
|||||||
home-manager.users.root.programs.git = {
|
home-manager.users.root.programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig.safe.directory = config.dotfilesPath;
|
extraConfig.safe.directory = config.dotfilesPath;
|
||||||
ignores = [ ".direnv/**" ];
|
ignores = [ ".direnv/**" "result" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.${config.user} = {
|
home-manager.users.${config.user} = {
|
||||||
|
Loading…
Reference in New Issue
Block a user