fix: don’t enable bat
This commit is contained in:
parent
13e5ba5020
commit
8c3f98e64c
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ let cfg = config.programs.bat.catppuccin; in
|
|||
home.activation.batCache = "${pkgs.bat}/bin/bat cache --build";
|
||||
|
||||
programs.bat = lib.mkIf cfg.enable {
|
||||
enable = true;
|
||||
config.theme = "Catppuccin-${cfg.flavour}";
|
||||
themes."Catppuccin-${cfg.flavour}" = builtins.readFile (pkgs.fetchFromGitHub
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue