Skip to content

Instantly share code, notes, and snippets.

@lukegb
Created November 25, 2020 21:05
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 lukegb/2c8f89ced7432746a5968b0eda4b5593 to your computer and use it in GitHub Desktop.
Save lukegb/2c8f89ced7432746a5968b0eda4b5593 to your computer and use it in GitHub Desktop.
{
environment.systemPackages =
with pkgs;
let
my-python-packages = python-packages: with python-packages; [ ...... ];
python-with-my-packages = python3.withPackages my-python-packages;
in
[
wget neovim curl bash sxhkd file nix-index dnsutils whois coreutils killall binutils lsof usbutils fbida zathura openvpn ntfs3g python-with-my-packages
# firefox
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment