dotfiles/home/modules/bat/default.nix
2024-11-20 18:57:43 -06:00

13 lines
224 B
Nix
Executable file

{
programs.bat = {
enable = true;
config.theme = "catppuccin-macchiato";
};
home = {
file = {
"./.config/bat/themes/macchiato.tmTheme" = {
source = ./macchiato.tmTheme;
};
};
};
}