infra/nixos-configuration/common/pkg/default.nix
Stefan Junker f3683fcda9 steveej-laptop: commit current config
* disable CPU wining
* migrate system packages away to out-of-tree home-manger
* vim: disable deoplete
* enable the firewall
* upgrade syntax for release 18.03
* enable gnome services (again)
2018-05-04 09:13:54 +02:00

26 lines
270 B
Nix

{ config, pkgs, ... }:
{
# Package configuration
environment.systemPackages = with pkgs; [
elfutils
exfat
file
tree
pwgen
proot
parted
pv
tmux
wget
curl
git
pastebinit
gist
usbutils
pciutils
];
}