38 lines
477 B
Nix
Raw Normal View History

2024-04-12 18:18:05 -04:00
{ pkgs, ... }:
{
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
2024-04-12 18:18:05 -04:00
gnupg
2024-04-06 19:22:29 -04:00
htop
hwloc
iperf3
lynis
ncdu
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
python3
ripgrep
smartmontools
2024-04-12 18:18:05 -04:00
sops
2024-04-06 19:22:29 -04:00
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
];
}