about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorSeong Yong-ju <sei40kr@gmail.com>2023-11-05 21:30:19 +0900
committerSeong Yong-ju <sei40kr@gmail.com>2023-11-05 21:30:19 +0900
commitce4a4e651e020d9fe58b4c59cc09bef86d268bdd (patch)
treeb9764882d430a8bd9edaa9d4bc023c6e634ec33f /pkgs/data
parenta0b3b06b7a82c965ae0bb1d59f6e386fe755001d (diff)
graphite-gtk-theme: fix wallpapers
`wallpaper/Graphite-normal` directory had been moved to `wallpaper/Graphite` in
upstream vinceliuice/Graphite-gtk-theme@d1c8ec940964582f934feaff1346e73084ab4ddd.
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/themes/graphite-gtk-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/themes/graphite-gtk-theme/default.nix b/pkgs/data/themes/graphite-gtk-theme/default.nix
index 31422625a48d0..b59b1393c6d88 100644
--- a/pkgs/data/themes/graphite-gtk-theme/default.nix
+++ b/pkgs/data/themes/graphite-gtk-theme/default.nix
@@ -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/
       ''}