nix-config/modules/home/programs/bat.nix
2026-04-15 18:26:05 -04:00

6 lines
114 B
Nix

# A cat clone with syntax highlighting and Git integration.
{...}: {
programs.bat = {
enable = true;
};
}