{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
alacritty
amdgpu_top
bat
brightnessctl
btop
croc
deadnix
direnv
fd
file
htop
hwloc
iperf3
jp2a
jq
lsof
lynis
ncdu
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
qrencode
ripgrep
signal-desktop
smartmontools
telegram-desktop
terraform
tig
tokei
tree
unzip
uutils-coreutils-noprefix
ventoy
wget
zoom-us
zoxide
zsh-nix-shell
];
}