added direnv
This commit is contained in:
10
extra-direnv.nix
Normal file
10
extra-direnv.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
direnv
|
||||
];
|
||||
|
||||
programs.bash.interactiveShellInit = ''eval "$(direnv hook bash)"'';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user