{ pkgs, ... }: { imports = [ ./cargo ./direnv ./git ./kakoune ./less ./lynx ./pass ./tmux ./zsh ]; environment.systemPackages = with pkgs; [ (aspellWithDicts (dicts: with dicts; [ en en-computers en-science eo ])) bind.dnsutils binutils coreutils-prefixed curl execline file ffsend fzf gnused gotop htop httpie jq lsof moreutils ncdu neovim nmap openssh pciutils pv ranger silver-searcher traceroute tree units unixtools.watch wget whois ] ++ lib.optional stdenv.isDarwin pinentry_mac; environment.variables.CLICOLOR = "1"; environment.variables.EDITOR = "kak"; environment.variables.EMAIL = "hi@alyssa.is"; }