configuration.nix/hosts/skipper/programs/neovim.nix

7 lines
83 B
Nix
Raw Normal View History

2023-05-18 16:11:26 +05:30
{...}: {
2023-04-07 20:46:28 +05:30
programs.neovim = {
enable = true;
defaultEditor = true;
};
2023-04-07 20:36:59 +05:30
}