41 lines
482 B
Nix
Raw Normal View History

{
pkgs,
config,
inputs,
...
}:
{
environment.systemPackages = with pkgs; [
2024-04-06 19:22:29 -04:00
bat
beeper
btop
candy-icons
discord-canary
2024-04-06 19:22:29 -04:00
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
2024-04-06 19:22:29 -04:00
usbutils
vscode
2024-04-06 19:22:29 -04:00
wget
yubioath-flutter
2024-04-06 19:22:29 -04:00
zoxide
zsh-nix-shell
];
}