nix-config/home-manager/_mixins/cli/bat.nix

7 lines
76 B
Nix

{
programs.bat = {
enable = true;
config.theme = "base16";
};
}