add env module
This commit is contained in:
parent
9b7c0787ab
commit
bc03b91991
3 changed files with 11 additions and 0 deletions
9
modules/env.nix
Normal file
9
modules/env.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue