mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
nix-direnv enableBashIntegration = true
This commit is contained in:
parent
7220edde32
commit
e3b3148252
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ in
|
|||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
ripgrep.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue