Remove warning from nixvim

This commit is contained in:
Eli Ribble 2026-01-07 03:25:55 +00:00 committed by Eli Ribble
parent 9497063340
commit 5de9d3ed97
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ in nixpkgs.lib.nixosSystem {
{
home-manager.extraSpecialArgs = { inherit configFiles inputs; };
home-manager.sharedModules = [
nixvim.homeManagerModules.nixvim
nixvim.homeModules.nixvim
./modules/home/nixvim.nix
];
home-manager.useGlobalPkgs = true;