flocon/home/common/shell/direnv.nix

8 lines
106 B
Nix

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