Skip to content

Instantly share code, notes, and snippets.

@joseph-long
Created April 3, 2018 20:07
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 joseph-long/588f2d1a86abf7a7e777496b8f937d91 to your computer and use it in GitHub Desktop.
Save joseph-long/588f2d1a86abf7a7e777496b8f937d91 to your computer and use it in GitHub Desktop.
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
wget
vim
firefox
konsole
git
kate
screen
mosh
gcc
gnumake
python36.withPackages( pypkgs: with pypkgs; [ pyqt5 ])
dropbox-cli
powertop
vlc
pkgconfig
];
The option value `environment.systemPackages.[definition 39-entry 11]' in `/etc/nixos/configuration.nix' is not of type `package'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment