HexName-NixOS/pkgs/common-packages.nix
2026-01-19 21:47:18 +00:00

24 lines
279 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
vim
tmux
fastfetch
btop
iotop
dool
ncdu
dig
wget
unzip
nettools
pciutils
iptables
openssl # Generate secure passwords with: $ openssl rand -base64 48
];
}