[modules] direnv.nix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
programs.direnv.enable = true;
|
||||
programs.direnv.config = {
|
||||
global = {
|
||||
load_dotenv = true;
|
||||
strict_env = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user