Files
amazing-dotfiles/modules/cli/bat.nix
2026-04-28 19:07:05 +02:00

8 lines
57 B
Nix

{ ... }:
{
programs.bat = {
enable = true;
};
}