mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
profiles/dev: configure direnv
This commit is contained in:
parent
0bc3fac537
commit
69fac7d04c
@ -106,6 +106,10 @@ in {
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
config.global = {
|
||||
load_dotenv = true;
|
||||
strict_env = true;
|
||||
};
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user