Skip to content

Instantly share code, notes, and snippets.

@ndowens
Created February 20, 2017 02:10
Show Gist options
  • Save ndowens/46b6f00090ab0c490d7301bddd4a5d19 to your computer and use it in GitHub Desktop.
Save ndowens/46b6f00090ab0c490d7301bddd4a5d19 to your computer and use it in GitHub Desktop.
{
packageOverrides = pkgs: rec {
firefox = pkgs.firefox.override { enableOfficalBranding = true; };
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment