{ pkgs, ... }: { environment = { variables = { EDITOR = "hx"; VISUAL = "hx"; }; systemPackages = with pkgs; [ helix vim ]; }; }