add env module

This commit is contained in:
Yan Lin 2026-01-14 10:58:53 +01:00
parent 9b7c0787ab
commit bc03b91991
3 changed files with 11 additions and 0 deletions

9
modules/env.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
programs.direnv = {
enable = true;
nix-direnv.enable = true;
silent = true;
};
}