ez-configs
ez-configs copied to clipboard
Allow setting user module names for system hm modules
Allows setting an attribute set in a form:
{
host-user-name = "homeConfigurations-module";
}
to {nixos,darwin}.hosts.<hostname>.userHomeModules
Would close #11
This works perfectly to solve my issue. Thank you!