nix-dotfiles/modules/hm/bat.nix
2023-07-19 10:42:09 +01:00

9 lines
109 B
Nix

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