nixos/development-tools: Add direnv and nix-direnv
This commit is contained in:
@@ -10,5 +10,12 @@
|
||||
clang
|
||||
gcc
|
||||
];
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
silent = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user