add smayzy config options passthrough to home-manager on desktop

This commit is contained in:
smayzy 2025-07-16 23:39:43 +02:00
parent 080f529395
commit 2d30c4d267

View File

@ -18,7 +18,10 @@
};
home-manager = {
extraSpecialArgs = { inherit inputs; };
extraSpecialArgs = {
inherit inputs;
smayzy = config.smayzy;
};
users = {
smayzy = import ./home.nix;
};