Skip to content

Instantly share code, notes, and snippets.

@googl
Created June 3, 2016 08:19
Show Gist options
  • Save googl/54be3351b35b8ea7c9e0c428bf667eeb to your computer and use it in GitHub Desktop.
Save googl/54be3351b35b8ea7c9e0c428bf667eeb to your computer and use it in GitHub Desktop.
.nixpkgs-config.nix 2016-06-03
{
allowUnfree = true;
packageOverrides = pkgs_: with pkgs_; { # pkgs_ is the original set of packages
all = with pkgs; buildEnv { # pkgs is your overridden set of packages itself
name = "all";
paths = [
abduco btfs kde4.calligra
cdrdao cdrkit chromium
conky dillo dmenu
dunst dvdplusrwtools
dvtm ed ffmpeg
fossil gist
git gnupg ldns
libarchive maim mpv
nix-repl nox
#pandoc pavucontrol
ponymix kde5.polkit-kde-agent
powertop silver-searcher
slop st surfraw
texlive.combined.scheme-basic
xsel youtube-dl
zathura zathuraCollection.zathura_pdf_mupdf
];
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment