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