Ubuntu equivalent to the system76-scheduler

how do i set something like my system76-scheduler con-fig for my ubuntu build

these are the custom settings i have for my pop rig so they persist after boot

// WARNING: Modifications to this file will not be preserved on upgrade.
// To configure, make new .ron files under /etc/system76-scheduler/assignments/.
{
// Prevent audio crackling from sound services.
(-9, Realtime(0)): [
“pipewire”,
“pipewire-pulse”,
“wireplumber”
],
// Very high
(-6, BestEffort(0)): [
“easyeffects”,
“jamesdsp”,
],
// High priority
(-4, BestEffort(4)): [
“amsynth”,
“gnome-shell”,
“steam”,
“vrcompositor”,
“vrdashboard”,
“vrmonitor”,
“vrserver”,
“Xorg”,
“system76-power”,
“system76-scheduler”,
“Xwayland”,
“Wayland”,
“Librewolf”,
“gdm3”,
“librewolf”,
“krita”,
“systemd”,
“corectrl”,
“alsamixer”,
],
// Default
0: [
“dbus”,
“sshd”,
“systemd”,
“hidpi-daemon”,
“automount”,
],
// Low
(9, Idle): [
“accounts-daemon”,
“acpid”,
“avahi-daemon”,
“bluetoothd”,
“colord”,
“cron”,
“cups-browsed”,
“cupsd”,
“dconf-service”,
“dnsmasq”,
“dockerd”,
“evolution-source-registry”,
“evolution-calendar-factory”,
“evolution-addressbook-factory”,
“evolution-alarm-notify”,
“fwupd”,
“goa-daemon”,
“goa-identify-service”,
“gsd-a11y-settings”,
“gsd-color”,
“gsd-datetime”,
“gsd-housekeeping”,
“gsd-keyboard”,
“gsd-media-keys”,
“gsd-disk-utility-notify”,
“gsd-power”,
“gsd-print-notifications”,
“gsd-rfkill”,
“gsd-screensaver-proxy”,
“gsd-sharing”,
“gsd-smartcard”,
“gsd-sound”,
“gsd-wacom”,
“gsd-xsettings”,
“gsd-printer”,
“iwd”,
“ModemManager”,
“NetworkManager”,
“pop-system-updater”,
“rpcbind”,
“system76-daemon”,
“system76-firmware-daemon”,
“system76-user-daemon”,
“thermald”,
“udisksd”,
“upowerd”,
],
// Absolute lowest priority
(19, Idle): [
“apt”,
“apt-get”,
“boinc”,
“dpkg”,
“FAHClient”,
“FAHCoreWrapper”,
“fossilize_replay”,
“flatpak”,
“c++”,
“cargo”,
“clang”,
“cpp”,
“g++”,
“gcc”,
“gradle”,
“javac”,
“lld”,
“make”,
“mold”,
“mvn”,
“rustc”,
“tracker-miner-fs-3”,
“update-initramfs”,
“packagekitd”,
]}

is the a equivalent config file in ubuntu to edit an do the same as
the system76-scheduler is in pop that i can edit to lock in these settings ?