fix(home-manager): don't set home.activation.batCache
this has become a default in newer versions of home-manager
aa03c8a429
This commit is contained in:
parent
f2332cd872
commit
66ae727710
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ let cfg = config.programs.bat.catppuccin; in
|
||||||
lib.ctp.mkCatppuccinOpt "bat" config;
|
lib.ctp.mkCatppuccinOpt "bat" config;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
home.activation.batCache = "${pkgs.bat}/bin/bat cache --build";
|
|
||||||
|
|
||||||
programs.bat = lib.mkIf cfg.enable {
|
programs.bat = lib.mkIf cfg.enable {
|
||||||
config.theme = "Catppuccin-${cfg.flavour}";
|
config.theme = "Catppuccin-${cfg.flavour}";
|
||||||
themes."Catppuccin-${cfg.flavour}" = builtins.readFile (pkgs.fetchFromGitHub
|
themes."Catppuccin-${cfg.flavour}" = builtins.readFile (pkgs.fetchFromGitHub
|
||||||
|
|
Loading…
Reference in a new issue