summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-07 02:00:21 +0100
committerGitHub <noreply@github.com>2023-11-07 02:00:21 +0100
commit83d2098e69207a14cd5601c7ef812003c5feb32e (patch)
tree57982864231b277aa60572859727d03a850afa94 /pkgs/data
parenta6d715d1b95bdd81f4c075c8107bfe3d72d124ae (diff)
parentce4a4e651e020d9fe58b4c59cc09bef86d268bdd (diff)
Merge pull request #265650 from sei40kr/etc-graphite-gtk-theme
graphite-gtk-theme: fix wallpapers
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/
       ''}