mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
7 lines
186 B
Nix
Executable file
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;
|
|
}
|