feat: init direnv
This commit is contained in:
parent
b572ddfb87
commit
457121365b
2 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
./git
|
||||
./lazygit
|
||||
./zoxide
|
||||
./direnv
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
9
home/direnv/default.nix
Normal file
9
home/direnv/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue