configuration.nix/hosts/bifrost/programs/neovim.nix

9 lines
120 B
Nix
Raw Permalink Normal View History

2024-11-09 20:27:33 +05:30
_: {
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
};
}