flocon/home/common/shell/direnv.nix

9 lines
106 B
Nix
Raw Normal View History

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