{ pkgs, ... }: { imports = [ ./git ./kakoune ./less ./lynx ./tmux ./zsh ]; environment.systemPackages = with pkgs; [ coreutils-prefixed curl execline file fzf gnused gotop htop httpie jq moreutils ncdu neovim nmap openssh pass pv ranger silver-searcher traceroute tree units unixtools.watch wget whois ] ++ lib.optional stdenv.isDarwin pinentry_mac; environment.variables.EDITOR = "kak"; environment.variables.EMAIL = "hi@alyssa.is"; }