7 stdenv.mkDerivation rec {
9 version = "2022-02-13";
11 src = fetchFromGitHub {
12 owner = "vinceliuice";
15 sha256 = "09z90g13l26v23nwr8n5bapwldp3hhdrdikynvm4vvb7qsvb4vrp";
19 patchShebangs install.sh
21 substituteInPlace install.sh \
22 --replace '$HOME/.local' $out \
23 --replace '$HOME/.config' $out/share
29 name= ./install.sh --dest $out/share/themes
31 mkdir -p $out/share/sddm/themes
32 cp -a sddm/Layan* $out/share/sddm/themes/
37 passthru.updateScript = gitUpdater { };
40 description = "A flat Design theme for KDE Plasma desktop";
41 homepage = "https://github.com/vinceliuice/Layan-kde";
42 license = licenses.gpl3Only;
43 platforms = platforms.all;
44 maintainers = [ maintainers.romildo ];