Move direnv
This commit is contained in:
parent
8a2c922b27
commit
6ea92afacd
4 changed files with 5 additions and 5 deletions
6
modules/common/direnv.nix
Normal file
6
modules/common/direnv.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue