nixos_dots/modules/nixos/env.nix
2025-01-02 22:50:26 +03:00

5 lines
No EOL
57 B
Nix

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