mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: use neovim nightly
This commit is contained in:
parent
3e199282b2
commit
13810eb898
4 changed files with 216 additions and 58 deletions
|
|
@ -2,11 +2,9 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
neovim-pin,
|
||||
...
|
||||
}: {
|
||||
programs.neovim = {
|
||||
package = neovim-pin.neovim-unwrapped;
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue