2024-02-01 16:50:14 -05:00
|
|
|
{ pkgs, ... }: {
|
2023-12-23 06:49:01 +01:00
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
bat
|
|
|
|
btop
|
2023-12-26 19:06:02 +01:00
|
|
|
croc
|
2023-12-23 06:49:01 +01:00
|
|
|
deadnix
|
|
|
|
direnv
|
|
|
|
fd
|
|
|
|
file
|
|
|
|
htop
|
2024-01-06 17:08:43 -05:00
|
|
|
hwloc
|
|
|
|
iperf3
|
2023-12-23 06:49:01 +01:00
|
|
|
jp2a
|
|
|
|
jq
|
|
|
|
lsof
|
2024-01-06 17:08:43 -05:00
|
|
|
lynis
|
|
|
|
ncdu
|
2023-12-23 06:49:01 +01:00
|
|
|
neofetch
|
|
|
|
nix-init
|
|
|
|
nix-output-monitor
|
|
|
|
nix-prefetch
|
|
|
|
nix-tree
|
|
|
|
nixpkgs-fmt
|
|
|
|
nmap
|
|
|
|
pciutils
|
|
|
|
python3
|
|
|
|
qrencode
|
|
|
|
ripgrep
|
2024-01-03 16:08:16 -05:00
|
|
|
smartmontools
|
2023-12-23 06:49:01 +01:00
|
|
|
tig
|
|
|
|
tokei
|
|
|
|
tree
|
|
|
|
unzip
|
|
|
|
ventoy
|
|
|
|
wget
|
2024-01-30 18:37:13 +01:00
|
|
|
zip
|
2023-12-23 06:49:01 +01:00
|
|
|
zoxide
|
|
|
|
zsh-nix-shell
|
|
|
|
];
|
2023-12-27 10:03:13 +01:00
|
|
|
}
|