_: {
  imports = [
    ./programs
    ./shell
  ];

  home.sessionVariables = {
    EDITOR = "nvim";
  };
}