diff --git a/modules/home-manager/bat.nix b/modules/home-manager/bat.nix index b64f23b..d97265b 100644 --- a/modules/home-manager/bat.nix +++ b/modules/home-manager/bat.nix @@ -5,8 +5,6 @@ let cfg = config.programs.bat.catppuccin; in lib.ctp.mkCatppuccinOpt "bat" config; config = { - home.activation.batCache = "${pkgs.bat}/bin/bat cache --build"; - programs.bat = lib.mkIf cfg.enable { config.theme = "Catppuccin-${cfg.flavour}"; themes."Catppuccin-${cfg.flavour}" = builtins.readFile (pkgs.fetchFromGitHub