mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Merge pull request #73 from OlivierNicole/patch-1
Avoid pitfall in home-manager config instructions
This commit is contained in:
commit
eb75bbe7f3
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ In `$HOME/.config/nixpkgs/home.nix` add
|
|||
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv.enableNixDirenvIntegration = true;
|
||||
|
||||
programs.bash.enable = true;
|
||||
# OR
|
||||
programs.zsh.enable = true;
|
||||
# Or any other shell you're using.
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue