setup direnv
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
imports = [
|
||||
./git.nix
|
||||
./zsh.nix
|
||||
./direnv.nix
|
||||
];
|
||||
|
||||
programs.starship.enable = true;
|
||||
|
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