diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-15 01:37:27 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-15 01:37:27 -0700 |
commit | 624c07e8680501a00b3edd45476a6380127aaad7 (patch) | |
tree | f3c65be08420e77c61c5fcf312885c5ef5cd7cd0 /hosts/common/optional/misc.nix | |
parent | 853984814b50305386fa531dbc2ebb2c2c65af42 (diff) | |
download | nix-624c07e8680501a00b3edd45476a6380127aaad7.tar nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.gz nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.bz2 nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.lz nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.xz nix-624c07e8680501a00b3edd45476a6380127aaad7.tar.zst nix-624c07e8680501a00b3edd45476a6380127aaad7.zip |
Split core packages more, improve installer and set richese to minimal packages for testing
Diffstat (limited to 'hosts/common/optional/misc.nix')
-rw-r--r-- | hosts/common/optional/misc.nix | 28 |
1 files changed, 28 insertions, 0 deletions
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 + ]; +} |