{pkgs, ...}: { imports = [ ../profiles/common.nix ../programs/neovim.nix # ../programs/zsh.nix ]; home.packages = with pkgs; [ iperf3 inetutils speedtest-cli ]; }