diff --git a/modules/autopatch/default.nix b/modules/autopatch/default.nix index 16499ab..4db0a63 100644 --- a/modules/autopatch/default.nix +++ b/modules/autopatch/default.nix @@ -32,6 +32,13 @@ gnome = super.gnome.overrideScope' (self': super': { inherit (patched) mutter nautilus; gnome-control-center = patched.gnome-control-center.override { inherit (self') gnome-user-share; }; + gnome-shell = super'.gnome-shell.overrideAttrs (old: { + preFixup = old.preFixup + '' + gappsWrapperArgs+=( + --prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS" + ) + ''; + }); }); tilix = patched.tilix-high-refresh-rate;