chore: update nix-wrapper-modules call

This commit is contained in:
2026-05-07 00:59:18 +02:00
parent 86dcf5ce4b
commit b204e48509
+1 -5
View File
@@ -25,13 +25,9 @@ in
};
imports = [
(inputs.nix-wrapper-modules.lib.mkInstallModule {
(inputs.nix-wrapper-modules.lib.getInstallModule {
name = "neovim";
value = inputs.nix-wrapper-modules.lib.wrapperModules.neovim;
loc = [
"home"
"packages"
];
})
];