1{ 2 flake.modules.homeManager.dev = _: { 3 programs.direnv = { 4 enable = true; 5 nix-direnv.enable = true; 6 }; 7 }; 8}