mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
8 lines
186 B
Nix
8 lines
186 B
Nix
![]() |
{
|
||
|
programs.bat = {
|
||
|
enable = true;
|
||
|
config.theme = "catppuccin-macchiato";
|
||
|
};
|
||
|
xdg.configFile."bat/themes/catppuccin-mocha.tmTheme".source = ./catppuccin-macchiato.tmTheme;
|
||
|
}
|