{ lib, ... }: { options = { homeManager = lib.mkOption { type = lib.types.set; }; }; config = { home-manager.users.dakedres = config.homeManager; }; }