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; [
alsaUtils
binutils-unwrapped
finger_bsd
bat
ccze
cksfv
cryptsetup
dhcpcd
dnsutils
gitFull git-lfs
finger_bsd
gitFull
gnupg
gptfdisk
haskellPackages.nix-derivation
@ -21,10 +19,8 @@
indent
iptables
jp
lrzip
lsof
lshw
macchanger
lsof
mkpasswd
netcat
nix-diff
@ -42,20 +38,15 @@
oh-my-zsh
openssl
parted
p7zip
pciutils
psmisc
rfkill
ripgrep
rsync
sl
sysvtools
telnet
traceroute
tree
unrar
unzipNLS
usbutils
vim
vulnix
wget

View File

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