fix typo in neovim module

This commit is contained in:
Fabian Montero 2024-11-29 02:02:08 -06:00
parent f6305533f4
commit 1c99d945fd

View file

@ -45,7 +45,7 @@ in {
]; ];
}; };
home.sessionVariables = { home.sessionVariables = {
"EDITOR" = "neovim"; "EDITOR" = mkForce "neovim";
}; };
}; };
} }