nixconfigs/packages.nix
System administrator bd72f026c5 post install
2018-09-25 23:09:53 +02:00

25 lines
299 B
Nix

{ pkgs, config, ... }:
{
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
wget
vim
vimPlugins.vim-nix
tmux
htop
zsh
btrfs-progs
git
python3
manpages
dnsutils
netcat
ntfs3g
file
nix-repl
];
}