mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: ✨ neovim 0.10.0 ✨
This commit is contained in:
parent
60aa5c2db6
commit
fb8225f330
4 changed files with 41 additions and 81 deletions
|
|
@ -9,9 +9,7 @@
|
|||
|
||||
config = {
|
||||
programs.neovim = {
|
||||
# default points to `neovim-unwrapped`
|
||||
# this is the overlay
|
||||
package = pkgs.neovim;
|
||||
package = pkgs.neovim-pin.neovim-unwrapped;
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = lib.mkMerge [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue