Merge pull request #265650 from sei40kr/etc-graphite-gtk-theme
graphite-gtk-theme: fix wallpapers
This commit is contained in:
commit
83d2098e69
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
''}
|
||||
|
|
Loading…
Reference in a new issue