Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created June 30, 2019 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthew-piziak/b80b1d2861160100cee901a78f126988 to your computer and use it in GitHub Desktop.
Save matthew-piziak/b80b1d2861160100cee901a78f126988 to your computer and use it in GitHub Desktop.
xfce-overlay = self: super: {
xfce4-settings = super.xfce4-settings.overrideAttrs (old: {
patches = old.patches ++ [ ./xfce-mirror-fix.patch ];
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment