diff options
Diffstat (limited to 'home/config')
| -rw-r--r-- | home/config/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/config/git.nix b/home/config/git.nix index 02165e0..6515e97 100644 --- a/home/config/git.nix +++ b/home/config/git.nix @@ -11,6 +11,7 @@ (with pkgs.personal.gitignore; [ emacs linux direnv ])) ++ [ ### Personal rules ### "shell.nix" + ".nix-gc-roots" ]; }; } |
