Files
cnix/hosts/programs/neovim.nix
2024-06-24 20:27:04 +02:00

7 lines
67 B
Nix

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