nixdots/system/shared/programs.nix

11 lines
168 B
Nix

{
# Install an actually usable system-wide editor
programs.neovim = {
enable = true;
defaultEditor = true;
vimAlias = true;
viAlias = true;
};
}