Common: add direnv
This commit is contained in:
parent
2018954c98
commit
c0529d5225
2 changed files with 8 additions and 0 deletions
7
roles/common/programs/direnv.nix
Normal file
7
roles/common/programs/direnv.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue