setup direnv
This commit is contained in:
8
users/richie/home/cli/direnv.nix
Normal file
8
users/richie/home/cli/direnv.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user