6 lines
79 B
Nix
6 lines
79 B
Nix
_: {
|
|
programs.neovim = {
|
|
enable = true;
|
|
defaultEditor = true;
|
|
};
|
|
}
|