feat: direnv
This commit is contained in:
parent
8ecc87cdd9
commit
1e46be5914
1 changed files with 12 additions and 0 deletions
12
modules/base/direnv.nix
Normal file
12
modules/base/direnv.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{...}: {
|
||||
flake.modules.nixos.base = {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
silent = false;
|
||||
loadInNixShell = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue