From a82428a92e40d177b640c2fdcd45e489f5a12aa1 Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:29:52 -0700 Subject: [PATCH] gimp: add adwaita fallback theme --- pkgs/applications/graphics/gimp/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix index 59d035b32d97..4a0ef5e72bb8 100644 --- a/pkgs/applications/graphics/gimp/default.nix +++ b/pkgs/applications/graphics/gimp/default.nix @@ -310,7 +310,8 @@ stdenv.mkDerivation (finalAttrs: { # for gimp-script-fu-interpreter-3.0 invoked by shebang of some plug-ins "$out" ] - }") + }" + --suffix XDG_DATA_DIRS : "${adwaita-icon-theme}/share") ''; postFixup = ''