This commit is contained in:
2025-12-31 13:28:28 +01:00
parent ea87377e37
commit 038bcda374
4 changed files with 74 additions and 1 deletions

View File

@@ -3,5 +3,8 @@
outputs,
...
}: {
home-manager.useGlobalpkgs = true;
home-manager.extraSpecialArgs = {
inherit inputs outputs;
};
}