7 lines
86 B
Nix
7 lines
86 B
Nix
{
|
|
environment.sessionVariables = {
|
|
EDITOR = "nvim";
|
|
VISUAL = "nvim";
|
|
};
|
|
}
|