nix-dotfiles/hm/modules/bat.nix
2025-09-08 11:36:45 +02:00

9 lines
109 B
Nix

{
programs.bat = {
enable = true;
config = {
theme = "Nord";
tabs = "2";
};
};
}