Compare commits

..

No commits in common. "a28e2a8f368cbad4785a798b8980e307100e56aa" and "2134f1f1d46944ac03964a14f7e5be0843b3958b" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -25,12 +25,9 @@ in
direnv = { direnv = {
enable = true; enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
enableBashIntegration = true; enableBashIntegration = true;
enableFishIntegration = false; enableZshIntegration = true;
enableNushellIntegration = false; nix-direnv.enable = true;
loadInNixShell = true;
}; };
git = { git = {