dotfiles/home-manager/modules/bat/default.nix

8 lines
186 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{
programs.bat = {
enable = true;
config.theme = "catppuccin-macchiato";
};
xdg.configFile."bat/themes/catppuccin-mocha.tmTheme".source = ./catppuccin-macchiato.tmTheme;
}