{ users, profiles, userProfiles, ... }: { system = with profiles; rec { base = [ users.root ]; workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ]; desktop = workstation ++ [ users.mae-desk amd school three_dee ]; lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ]; }; user = with userProfiles; rec { base = [ direnv git ]; }; }