mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-13 20:07:03 +01:00
9 lines
120 B
Nix
9 lines
120 B
Nix
{
|
|
programs.neovim.enable = true;
|
|
|
|
environment.sessionVariables = {
|
|
EDITOR = "nvim";
|
|
VISUAL = "nvim";
|
|
};
|
|
}
|