This commit is contained in:
2026-02-21 01:13:48 +01:00
parent d2c93e07b8
commit e4fe492b46
6 changed files with 166 additions and 19 deletions

View File

@@ -3,22 +3,5 @@
{
programs.bat = {
enable = true;
config = {
theme = "catppuccin-mocha";
};
themes = {
catppuccin-mocha = {
src = pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "bat";
rev = "6810349b28055dce54076712fc05fc68da4b8ec0";
hash = "sha256-lJapSgRVENTrbmpVyn+UQabC9fpV1G1e+CdlJ090uvg=";
};
file = "themes/Catppuccin Mocha.tmTheme";
};
};
};
}