Moved neovim config to core nixos config

This commit is contained in:
2025-04-14 16:50:12 +01:00
parent 8adfe8ad50
commit c640df0271
4 changed files with 19 additions and 19 deletions

View File

@@ -276,15 +276,6 @@
enable = true;
extraOptions = ["--unsupported-gpu"];
};
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;
vimAlias = true;
withPython3 = true;
withNodeJs = true;
withRuby = true;
};
programs.waybar.enable = true;
# Enable my preferred DE utilities