Merge pull request #1 from jameslounds/bugfix/give-homes-namespace-arg

Give `homes` namespace argument
This commit is contained in:
Songpol Anannetikul 2025-05-12 14:31:24 +07:00 committed by GitHub
commit b60d09da42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -275,6 +275,7 @@ in {
config = {
home-manager.extraSpecialArgs = {
inherit system target format virtual systems host;
inherit (snowfall-config) namespace;
lib = home-lib;