Just adjust some programs.direnv
stuff, not super important.
This commit is contained in:
parent
2134f1f1d4
commit
e37c9a338e
1 changed files with 5 additions and 2 deletions
|
@ -25,9 +25,12 @@ in
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableFishIntegration = false;
|
||||||
|
enableNushellIntegration = false;
|
||||||
|
loadInNixShell = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
git = {
|
git = {
|
||||||
|
|
Loading…
Reference in a new issue