From 776aaae1948c50a4959d0815f5cf9c999c067b6b Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sat, 8 Feb 2025 14:17:27 -0800 Subject: [PATCH] add openmw --- provision/modules/gaming/emulation.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/provision/modules/gaming/emulation.nix b/provision/modules/gaming/emulation.nix index fecef161..58bfd06f 100644 --- a/provision/modules/gaming/emulation.nix +++ b/provision/modules/gaming/emulation.nix @@ -18,6 +18,7 @@ in { mgba # Game Boy Advance emulator rpcs3 # PS3 emulator/debugger retroarchWithCores # frontend for emulators and specific cores + openmw # Open-source open-world RPG game engine that supports playing Morrowind ]; }; }