configuration.nix/hosts/skipper/programs/neovim.nix
2023-07-11 22:41:18 +05:30

6 lines
79 B
Nix

_: {
programs.neovim = {
enable = true;
defaultEditor = true;
};
}