33 lines
393 B
Nix
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
|
|
];
|
|
}
|