From 66ae7277106f544eab1e6d23fe2244bc4b731dcc Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Jun 2023 15:30:28 -0400 Subject: [PATCH] fix(home-manager): don't set home.activation.batCache this has become a default in newer versions of home-manager https://github.com/nix-community/home-manager/commit/aa03c8a429902dbaf15b3395f8cefc5a4b83f7f7 --- modules/home-manager/bat.nix | 2 -- 1 file changed, 2 deletions(-) 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