avoid regenerating man cache for every rebuild
This commit is contained in:
parent
7129246178
commit
d9a219fa10
4 changed files with 4 additions and 2 deletions
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue