[gaming] ryujink>ryubing

required from prior flake update
This commit is contained in:
2025-08-25 07:56:22 -07:00
parent 6cdbd2e300
commit c323d1301b

View File

@@ -19,7 +19,7 @@ in
(mkIf (cfg.enable && cfg.gaming.emulation) {
environment.systemPackages = with pkgs; [
ryujinx
ryubing
dolphin-emu
];
})