fully remove flavor and accent-specific catppuccin configs
This commit is contained in:
parent
930b13700a
commit
4ca5cebbb6
15 changed files with 276 additions and 364 deletions
|
|
@ -10,11 +10,10 @@ let
|
|||
|
||||
mergedConfig = pkgs.runCommand "mergedConfig" { } ''
|
||||
mkdir -p $out/themes
|
||||
cp ${./btop.conf} $out/btop.conf
|
||||
cp ${catppuccin-btop}/themes/catppuccin_latte.theme $out/themes/
|
||||
cp ${catppuccin-btop}/themes/catppuccin_frappe.theme $out/themes/
|
||||
cp ${catppuccin-btop}/themes/catppuccin_macchiato.theme $out/themes/
|
||||
cp ${catppuccin-btop}/themes/catppuccin_mocha.theme $out/themes/
|
||||
${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/
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue