fix typo in neovim module
This commit is contained in:
parent
f6305533f4
commit
1c99d945fd
|
@ -45,7 +45,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
"EDITOR" = "neovim";
|
"EDITOR" = mkForce "neovim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue