feat(home-manager): add direnv-nix to rafiq config
This commit is contained in:
parent
362cf48b10
commit
a0159c20c0
1 changed files with 8 additions and 0 deletions
|
@ -7,4 +7,12 @@
|
|||
ai = "aichat -r %shell% -e";
|
||||
};
|
||||
};
|
||||
|
||||
# direnv lets us declare a .envrc in each project directory
|
||||
# and updates the shell with the packages specified.
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue