dotfiles/home-manager/modules/bat/default.nix
2024-10-06 15:25:05 -05:00

7 lines
186 B
Nix
Executable file

{
programs.bat = {
enable = true;
config.theme = "catppuccin-macchiato";
};
xdg.configFile."bat/themes/catppuccin-mocha.tmTheme".source = ./catppuccin-macchiato.tmTheme;
}