1
0
Fork 0

pkgsets: Move some not so relevant packages to extra.

This commit is contained in:
Kevin Baensch 2020-03-27 20:57:59 +01:00
parent 99b03ba9e1
commit cc7df95c40
Signed by: derped
GPG Key ID: C0F1D326C7626543
2 changed files with 14 additions and 13 deletions

View File

@ -3,15 +3,13 @@
{ {
config.machine.pkgsets.base.pkgs = with pkgs; [ config.machine.pkgsets.base.pkgs = with pkgs; [
alsaUtils bat
binutils-unwrapped
finger_bsd
ccze ccze
cksfv
cryptsetup cryptsetup
dhcpcd dhcpcd
dnsutils dnsutils
gitFull git-lfs finger_bsd
gitFull
gnupg gnupg
gptfdisk gptfdisk
haskellPackages.nix-derivation haskellPackages.nix-derivation
@ -21,10 +19,8 @@
indent indent
iptables iptables
jp jp
lrzip
lsof
lshw lshw
macchanger lsof
mkpasswd mkpasswd
netcat netcat
nix-diff nix-diff
@ -42,20 +38,15 @@
oh-my-zsh oh-my-zsh
openssl openssl
parted parted
p7zip
pciutils pciutils
psmisc psmisc
rfkill rfkill
ripgrep ripgrep
rsync rsync
sl
sysvtools sysvtools
telnet telnet
traceroute traceroute
tree tree
unrar
unzipNLS
usbutils
vim vim
vulnix vulnix
wget wget

View File

@ -2,8 +2,18 @@
{ {
config.machine.pkgsets.extra.pkgs = with pkgs; [ config.machine.pkgsets.extra.pkgs = with pkgs; [
alsaUtils
binutils-unwrapped
git-lfs
imagemagick imagemagick
lrzip
macchanger
miniserve
p7zip
sl
texlive.combined.scheme-full texlive.combined.scheme-full
transmission transmission
unrar
usbutils
]; ];
} }