This commit is contained in:
2025-09-10 09:10:53 +00:00
parent 605ea16973
commit 34c5a4950d
7 changed files with 44 additions and 43 deletions

View File

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