Files
nixos-config/modules/server/packages.nix
2024-11-01 04:10:12 -04:00

33 lines
393 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gtrash
python3
fail2ban
inetutils
lolcat
lsof
mullvad
neofetch
nh
nix-output-monitor
nix-prefetch-scripts
nixos-option
nix-search-cli
openssl
p7zip
jq
pamixer
parted
pkg-config
socat
sox
stress
tree
unrar
unzip
usbutils
];
}