feat (home/packages): direnv, nix-direnv
This commit is contained in:
parent
27bd8bc532
commit
b67a14af0a
1 changed files with 6 additions and 0 deletions
|
|
@ -145,6 +145,12 @@
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
options = [ "--cmd cd" ];
|
options = [ "--cmd cd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue