nixos-private-dots/modules/nixos/env.nix
2025-12-12 10:30:00 +03:00

5 lines
No EOL
57 B
Nix

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