diff options
Diffstat (limited to 'modules/home/common.nix')
| -rw-r--r-- | modules/home/common.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix index 9c62f22..e59f195 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -25,6 +25,11 @@ ]; extraConfig.init.defaultBranch = "main"; }; + + direnv = { + enable = true; + nix-direnv.enable = true; + }; }; xdg.configFile = { |
