This commit is contained in:
Daniel Winkler 2026-07-24 15:27:32 +10:00
commit 509442f0b4
2 changed files with 16 additions and 15 deletions

View file

@ -240,12 +240,7 @@
homeModules.default = wrappers.lib.getInstallModule {
name = "vModule";
value = [
module
{
config.install.optionLocation = [ "home" "packages" ];
}
];
value = module;
};
};
}