Extract a direnv mixin

This commit is contained in:
Oliver Davies 2025-04-05 09:00:00 +01:00
parent 6c9921f45d
commit 3e0b574052
10 changed files with 13 additions and 28 deletions

10
modules/mixins/direnv.nix Normal file
View file

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