Use this flake's pkgs for nixvim

This commit is contained in:
2026-04-23 10:57:55 -04:00
parent b15cc3fd18
commit 69584f4eb9

View File

@@ -33,6 +33,7 @@
nvim = nixvim.legacyPackages.${system}.makeNixvimWithModule {
module = nixvimModule;
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
light = false;
@@ -41,6 +42,7 @@
nvim-light = nixvim.legacyPackages.${system}.makeNixvimWithModule {
module = nixvimModule;
inherit pkgs;
extraSpecialArgs = {
inherit inputs;
light = true;