Switch steam rom manager to using the AppImage.

This commit is contained in:
Tom Alexander
2025-02-14 19:04:50 -05:00
parent 20e247f8ed
commit 02223deb64
3 changed files with 49 additions and 3 deletions

View File

@@ -13,6 +13,6 @@
me.ship2harkinian.enable = true;
me.shipwright.enable = true;
me.sm64ex.enable = true;
me.steam_rom_manager.enable = false; # Steam rom manager UI does not render. I think it wants to be in an AppImage.
me.steam_rom_manager.enable = true; # Steam rom manager UI does not render. I think it wants to be in an AppImage.
};
}