home/bat: Specify theme explicitly
This commit is contained in:
parent
88d2006ed9
commit
f70ec08c51
1 changed files with 17 additions and 1 deletions
|
@ -108,7 +108,23 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.bat.enable = true;
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = lib.mkForce "Catppuccin Mocha";
|
||||
};
|
||||
|
||||
themes."Catppuccin Mocha" = {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "bat";
|
||||
rev = "d3feec47b16a8e99eabb34cdfbaa115541d374fc";
|
||||
hash = "sha256-s0CHTihXlBMCKmbBBb8dUhfgOOQu9PBCQ+uviy7o47w=";
|
||||
};
|
||||
|
||||
file = "themes/Catppuccin Mocha.tmTheme";
|
||||
};
|
||||
};
|
||||
|
||||
programs.bottom = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue