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
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
||||||
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
||||||
color_theme = "catppuccin_blankFlavor.theme"
|
color_theme = "nixos.theme"
|
||||||
|
|
||||||
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
#* If the theme set background should be shown, set to False if you want terminal background transparency.
|
||||||
theme_background = True
|
theme_background = True
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
${pkgs.gnused}/bin/sed 's/blankFlavor/${config.catppuccin.flavor}/g' \
|
${pkgs.gnused}/bin/sed 's/blankFlavor/${config.catppuccin.flavor}/g' \
|
||||||
${./btop.conf} > $out/btop.conf
|
${./btop.conf} > $out/btop.conf
|
||||||
cp ${catppuccin-btop}/themes/catppuccin_latte.theme $out/themes/
|
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 {
|
in {
|
||||||
home.file.".config/btop" = {
|
home.file.".config/btop" = {
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.man.generateCaches = false;
|
||||||
|
|
||||||
home.file.".config/fish/colors.fish" = {
|
home.file.".config/fish/colors.fish" = {
|
||||||
text = let
|
text = let
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,5 @@
|
||||||
alias edit "nvim"
|
alias edit "nvim"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
documentation.man.generateCaches = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue