Hey! If I define options in nixos how can I access them inside home-manager? I am currently trying something like that ``` home-manager.users.slby.progams.someprogram = { setting = config.slby.setting; }; ``` Is that somehow possible? Or do I need to pass it into hm?