mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Packages] Add several useful utils in default packages
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
3b8d9a8d29
commit
8038c894a5
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@ in
|
|||
veracrypt
|
||||
ripgrep
|
||||
fd
|
||||
parallel
|
||||
pciutils
|
||||
coreutils-full
|
||||
|
||||
gcc
|
||||
gnumake
|
||||
cmake
|
||||
];
|
||||
|
||||
programs.ssh.package = pkgs.opensshOptimized;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue