nix-config/modules/home/programs/bat.nix

7 lines
116 B
Nix

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