diff --git a/modules/autopatch/default.nix b/modules/autopatch/default.nix index c95cea3..9caa164 100644 --- a/modules/autopatch/default.nix +++ b/modules/autopatch/default.nix @@ -29,7 +29,7 @@ commandLineArgs = "--enable-features=OverlayScrollbar,OverlayScrollbarFlashAfterAnyScrollUpdate,OverlayScrollbarFlashWhenMouseEnter --auth-server-whitelist=*privatevoid.net"; }; - gnome = super.gnome.overrideScope' (self': super': { + gnome = super.gnome.overrideScope (self': super': { inherit (patched) nautilus; gnome-control-center = patched.gnome-control-center.override { inherit (self') gnome-user-share; }; gnome-shell = super'.gnome-shell.overrideAttrs (old: {