Files
cnix/hosts/common/neovim.nix
2024-06-24 21:17:44 +02:00

7 lines
76 B
Nix

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