flocon/home/common/shell/direnv.nix

11 lines
109 B
Nix
Raw Normal View History

2024-08-25 19:58:12 +00:00
{ ... }:
{
programs = {
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
}