nix-dotfiles/hm/bat.nix

9 lines
109 B
Nix

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