{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ vim tmux git htop ]; environment.variables = { EDITOR = "vim"; }; }