Add namespace to home-manager.extraSpecialArgs so homes/<arch>/<name>/default.nix gets namespace as an argument

This commit is contained in:
James Lounds 2024-12-10 21:22:19 +00:00
commit 9a41b2b37e
No known key found for this signature in database
GPG key ID: 22C9C4E5FDACABCB

View file

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