add smayzy config options passthrough to home-manager on desktop
This commit is contained in:
parent
080f529395
commit
2d30c4d267
@ -18,7 +18,10 @@
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
smayzy = config.smayzy;
|
||||
};
|
||||
users = {
|
||||
smayzy = import ./home.nix;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user