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/core | |
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/core')
-rw-r--r-- | hosts/common/core/default.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index ba8a861..fdd5589 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -13,55 +13,35 @@ # inherit (pkgs) environment.systemPackages = with pkgs; [ acl - ansible bash bc bind binutils - bpftools bzip2 colordiff conntrack-tools coreutils cpio curl - dict diffutils dig dmidecode - encfs - enscript ethtool - expect - ffmpeg file findutils - fio - flac - fortune fping - ghostscript git gnugrep gnupatch gnused gnutar gzip - imagemagick - inxi - iotop - ipcalc - iperf iproute2 iputils - jq - lame less lshw lsof lvm2 - mkvtoolnix - mutt nano netcat-openbsd nettools @@ -73,22 +53,16 @@ openssl patchelf pciutils - poppler_utils - powertop procps psmisc pv pwgen qemu_kvm - qrencode - radeontop recode rsync sg3_utils socat - speedtest-cli sqlite - sshfs stoken strace sysstat @@ -103,11 +77,9 @@ util-linux vim wdiff - weechat wget whois wireguard-tools - x265 xz zip zstd#; |