Files
nixos-config/modules/home/direnv.nix
Christoph Schmatzler 0785b817d2 up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-18 13:20:18 +00:00

8 lines
81 B
Nix

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