added direnv
This commit is contained in:
parent
ae94a2beca
commit
cb31b29723
3 changed files with 22 additions and 12 deletions
9
modules/home/direnv/default.nix
Normal file
9
modules/home/direnv/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.bash.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue