avoid regenerating man cache for every rebuild

This commit is contained in:
Sean Kovacs 2026-01-15 11:42:28 -05:00
commit d9a219fa10
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@
${pkgs.gnused}/bin/sed 's/blankFlavor/${config.catppuccin.flavor}/g' \
${./btop.conf} > $out/btop.conf
cp ${catppuccin-btop}/themes/catppuccin_latte.theme $out/themes/
cp ${catppuccin-btop}/themes/catppuccin_${config.catppuccin.flavor}.theme $out/themes/
cp ${catppuccin-btop}/themes/catppuccin_${config.catppuccin.flavor}.theme $out/themes/nixos.theme
'';
in {
home.file.".config/btop" = {