{ inputs, outputs, pkgs, ... }: { imports = [ ./locale.nix ./nix.nix ./shells.nix ./zsh.nix ]; documentation.dev.enable = true; documentation.man.enable = true; #environment.systemPackages = builtins.attrValues { # 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 nix-index nmap ntfs3g oath-toolkit openldap 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 tcpdump traceroute tree tshark unixtools.xxd unrar unzip usbutils util-linux vim wdiff weechat wget whois wireguard-tools x265 xz zip zstd#; ]; #}; hardware.enableRedistributableFirmware = true; programs.atop.enable = true; programs.gnupg.agent.enable = true; programs.iftop.enable = true; programs.mtr.enable = true; programs.tmux.enable = true; programs.zsh.enable = true; }