use nix-direnv for faster flake env activation
This commit is contained in:
parent
acbe84b961
commit
a4b5faaa88
1 changed files with 5 additions and 1 deletions
|
|
@ -9,5 +9,9 @@
|
|||
nixfmt-rfc-style
|
||||
];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue