flocon/home/base/shell/direnv.nix

10 lines
109 B
Nix

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