pkgsets: Move some not so relevant packages to extra.
This commit is contained in:
parent
99b03ba9e1
commit
cc7df95c40
2 changed files with 14 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue