get rid of mkSource

This commit is contained in:
Sean Kovacs 2026-01-16 10:00:31 -05:00
commit dce7838b86
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 13 additions and 19 deletions

View file

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