From 624c07e8680501a00b3edd45476a6380127aaad7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 15 Apr 2024 01:37:27 -0700 Subject: Split core packages more, improve installer and set richese to minimal packages for testing --- hosts/common/optional/misc.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 hosts/common/optional/misc.nix (limited to 'hosts/common/optional/misc.nix') diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix new file mode 100644 index 0000000..60565a9 --- /dev/null +++ b/hosts/common/optional/misc.nix @@ -0,0 +1,28 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + ansible + bpftools + dict + encfs + enscript + expect + fio + fortune + ghostscript + imagemagick + inxi + iotop + ipcalc + iperf + jq + mutt + poppler_utils + powertop + qrencode + radeontop + speedtest-cli + sshfs + weechat + ]; +} -- cgit v1.2.3