41 lines
482 B
Nix
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
|
|
];
|
|
}
|