nixvimConfigs/fiesta: add Neovim packages to be wrapped around

This commit is contained in:
Gabriel Arazas 2024-02-02 17:34:01 +08:00
parent 3cac15abe7
commit d800232d18
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -7,6 +7,9 @@
"nixos-unstable"
"nixpkgs-unstable"
];
neovimPackages = pkgs: with pkgs; [
neovim-nightly
];
};
};