nixos-private-dots/modules/nixos/env.nix
2024-07-31 06:18:16 +03:00

5 lines
No EOL
57 B
Nix

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