improvements
This commit is contained in:
parent
48dcdc5a44
commit
9dffcd14b7
32 changed files with 640 additions and 623 deletions
11
common/direnv.nix
Normal file
11
common/direnv.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.direnv.enable = true;
|
||||
|
||||
programs.bash.interactiveShellInit = ''
|
||||
eval "$(${lib.getExe config.programs.direnv.package} hook bash)"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue