diff --git a/nix/pkgs/home.nix b/nix/pkgs/home.nix index a8cfd36..d8f123c 100644 --- a/nix/pkgs/home.nix +++ b/nix/pkgs/home.nix @@ -1,6 +1,7 @@ { pkgs, config, + lib, neovim-flake, ... }: @@ -112,5 +113,8 @@ in ]; file = symlinkFiles; + activation.batCache = lib.hm.dag.entryAfter [ "writeBoundary" ] '' + run ${pkgs.bat}/bin/bat cache --build + ''; }; }