Remove warning from nixvim
This commit is contained in:
parent
9497063340
commit
5de9d3ed97
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue