Files
nixos-config/modules/home/direnv.nix
Christoph Schmatzler acd58a2f53 format
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-08-23 16:05:11 +00:00

7 lines
80 B
Nix

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