nixos-config/config/programs/direnv.nix

7 lines
83 B
Nix
Raw Normal View History

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