Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-10-18 17:11:10 +00:00
parent c6d86bb214
commit 4ea9fbdc43
9 changed files with 98 additions and 96 deletions

View File

@@ -2,18 +2,18 @@
programs.bat = {
enable = true;
config = {
theme = "Catppuccin Mocha";
theme = "Catppuccin Latte";
pager = "ov";
};
themes = {
"Catppuccin Mocha" = {
"Catppuccin Latte" = {
src = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "6810349b28055dce54076712fc05fc68da4b8ec0";
sha256 = "lJapSgRVENTrbmpVyn+UQabC9fpV1G1e+CdlJ090uvg=";
};
file = "themes/Catppuccin Mocha.tmTheme";
file = "themes/Catppuccin Latte.tmTheme";
};
};
};