try streamlining the dev setup

This commit is contained in:
2025-03-12 12:07:41 +01:00
parent dc3c98586d
commit b007e5b232
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{pkgs, ...}:
{
programs.direnv = {
enable = true;
enableFishIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
}