This commit is contained in:
mjallen18
2026-03-15 19:40:42 -05:00
parent 2fbb4d1f1b
commit 3c54fd5412
4 changed files with 793 additions and 152 deletions

View File

@@ -56,8 +56,19 @@
programs.steam-rom-manager = {
enable = true;
steamUsername = "testuser";
# retroarch is cross-platform; use it as the check target
emulators.retroarch.enable = true;
emulators = {
# ROM parsers
retroarch.enable = true; # cross-platform
mgba.enable = true; # cross-platform
# Platform parsers (no package)
epic.enable = true;
"itch.io".enable = true;
# Disabled flag
flycast = {
enable = true;
disabled = true;
};
};
};
}
];