[refactor] neovim: switch to upstream flake

Instead of the community maintained `neovim-nightly-overlay` use the
upstream flake provided by the neovim team. The overlay provided
overwrites `neovim` stable, but I don't use it anyways.
This commit is contained in:
Jalil David Salamé Messina 2024-05-04 20:21:41 +02:00
parent 6be1975d06
commit a965b68600
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 15 additions and 120 deletions

View file

@ -19,7 +19,7 @@ in
(lib.optionalAttrs canSetAsDefault { defaultEditor = lib.mkDefault true; })
(lib.optionalAttrs notStandalone { enable = lib.mkDefault true; })
(lib.mkIf cfg.enable {
package = pkgs.neovim-nightly;
# package = pkgs.neovim-nightly;
globals.mapleader = " ";
# Appearance
colorschemes = {