8 stdenvNoCC.mkDerivation {
10 version = "unstable-2023-09-30";
12 src = fetchFromGitHub {
15 rev = "6e82150d7c3bb1e30ed9bd64de4d2ddd8e113205";
16 hash = "sha256-vy4SO1j4y/cUmbQJNqW1/EPJljEtaRrigYIg4yMKXr4=";
22 mkdir -p aurorae/themes
23 mv aurorae/Sweet-Dark aurorae/themes/Sweet-Dark
24 mv aurorae/Sweet-Dark-transparent aurorae/themes/Sweet-Dark-transparent
26 mv colorschemes color-schemes
27 mkdir -p plasma/look-and-feel
28 mv look-and-feel plasma/look-and-feel/com.github.eliverlara.sweet
31 mv sddm-Sweet sddm/themes/Sweet
39 cp -r Kvantum aurorae color-schemes icons konsole plasma sddm $out/share
43 passthru.updateScript = gitUpdater { };
46 description = "Dark and colorful, blurry theme for the KDE Plasma desktop";
47 homepage = "https://github.com/EliverLara/Sweet";
48 license = licenses.gpl3Only;
49 maintainers = [ maintainers.dr460nf1r3 ];
50 platforms = platforms.all;