2024-04-10 18:21:42 -04:00

41 lines
482 B
Nix

{
pkgs,
config,
inputs,
...
}:
{
environment.systemPackages = with pkgs; [
bat
beeper
btop
candy-icons
discord-canary
git
htop
hwloc
iperf3
lynis
ncdu
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
python3
ripgrep
smartmontools
starship
sweet-nova
usbutils
vscode
wget
yubioath-flutter
zoxide
zsh-nix-shell
];
}