hm: add speedcrunch and it's catppuccin theme

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-07-16 00:44:31 -03:00
parent d9b50cde73
commit 550d26cc40
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -79,6 +79,7 @@
pavucontrol pavucontrol
qbittorrent qbittorrent
qdirstat qdirstat
speedcrunch
vesktop vesktop
vlc vlc
yt-dlp yt-dlp
@ -241,6 +242,14 @@
dxvk.enableAsync = True dxvk.enableAsync = True
''; '';
".local/share/SpeedCrunch/color-schemes/catppuccin-frappe.json" = {
recursive = true;
source = builtins.fetchurl {
url = "https://raw.githubusercontent.com/catppuccin/speedcrunch/34f2b382de0188d2fd85f59a8a366f313fc30a71/themes/catppuccin-frappe.json";
sha256 = "sha256:0imx5a53p3ls5kddplgr7mbpbidrmzl9qiwpv7r8jjmsf8yxs0i4";
};
};
# My utility scripts # My utility scripts
".local/share/scripts".source = ./scripts; ".local/share/scripts".source = ./scripts;
}; };