mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-04 03:53:35 +08:00
9 lines
137 B
Nix
9 lines
137 B
Nix
{
|
|
programs.direnv = {
|
|
enable = true;
|
|
nix-direnv.enable = true;
|
|
config.global = {
|
|
hide_env_diff = true;
|
|
};
|
|
};
|
|
}
|