Merge pull request #265650 from sei40kr/etc-graphite-gtk-theme

graphite-gtk-theme: fix wallpapers
This commit is contained in:
Weijia Wang 2023-11-07 02:00:21 +01:00 committed by GitHub
commit 83d2098e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ stdenvNoCC.mkDerivation rec {
${lib.optionalString wallpapers ''
mkdir -p $out/share/backgrounds
cp -a wallpaper/Graphite-normal/*.png $out/share/backgrounds/
cp -a wallpaper/Graphite/*.png $out/share/backgrounds/
${lib.optionalString (builtins.elem "nord" tweaks) ''
cp -a wallpaper/Graphite-nord/*.png $out/share/backgrounds/
''}