[Packages] Add several useful utils in default packages

Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
Antoine Viallon 2022-03-25 03:06:33 +01:00
parent 3b8d9a8d29
commit 8038c894a5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -56,6 +56,13 @@ in
veracrypt
ripgrep
fd
parallel
pciutils
coreutils-full
gcc
gnumake
cmake
];
programs.ssh.package = pkgs.opensshOptimized;