updated new user

This commit is contained in:
cnst
2024-07-13 17:44:56 +02:00
parent 8c9c99e0e8
commit 20573154e8
14 changed files with 278 additions and 321 deletions

View File

@@ -93,7 +93,8 @@ in {
programs.neovim = {
enable = true;
defaultEditor = true;
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
package = pkgs.neovim-unwrapped;
#package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
plugins = with pkgs.vimPlugins; [telescope-cheat-nvim];
inherit extraPackages;
};