This commit is contained in:
Max Headroom 2022-05-05 23:39:49 +02:00
parent 97ac1ea7d7
commit 830abeb7e1

View file

@ -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;