enable nix-direnv
This commit is contained in:
@@ -21,6 +21,7 @@ in
|
|||||||
];
|
];
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
config = {
|
config = {
|
||||||
global = {
|
global = {
|
||||||
warn_timeout = 0;
|
warn_timeout = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user