{ pkgs, ...}: { programs = { neovim = { enable = true; defaultEditor = true; }; }; home.sessionVariables.EDITOR = "nvim"; }