nixos/modules/nixos/env.nix

6 lines
58 B
Nix

{
environment.variables = {
EDITOR = "nvim";
};
}