Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created June 30, 2019 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save matthew-piziak/912511342a4717fc7dee8eaee343427c to your computer and use it in GitHub Desktop.
Save matthew-piziak/912511342a4717fc7dee8eaee343427c to your computer and use it in GitHub Desktop.
xfce-overrides = (self: super: rec {
xfce4-settings = super.xfce4-settings.overrideAttrs (old: { patches =
old.patches ++ [ ./foo ];
});
});
xfce-custom = services.xserver.desktopManager.xfce.overrideScope' xfce-overrides;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment