nixos-config/config/programs/direnv.nix

7 lines
83 B
Nix
Raw Normal View History

2022-06-12 15:42:42 +00:00
_: {
2022-03-21 14:54:49 +00:00
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}