mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
nix: pin neovim
This commit is contained in:
parent
97a6578fa3
commit
c89cc68eb2
4 changed files with 22 additions and 0 deletions
|
|
@ -2,9 +2,11 @@
|
|||
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