flocon/home/common/shell/direnv.nix

8 lines
102 B
Nix

_: {
programs = {
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
}