mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
profiles/editors: revert Neovim setup to default package
This commit is contained in:
parent
c1d8be29b0
commit
28d0b5a85b
@ -18,7 +18,6 @@ in {
|
||||
(lib.mkIf cfg.neovim.enable {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
withPython3 = true;
|
||||
withRuby = true;
|
||||
withNodeJs = true;
|
||||
|
Loading…
Reference in New Issue
Block a user