nixos-private-dots/modules/nixos/env.nix

5 lines
No EOL
57 B
Nix

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