added direnv to bash.interactiveShellInit
This commit is contained in:
parent
f975bd047d
commit
37d01a92b7
|
@ -46,6 +46,8 @@
|
|||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
programs.bash.interactiveShellInit = ''eval "$(direnv hook bash)"'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
direnv
|
||||
|
||||
|
|
Loading…
Reference in a new issue