Setup emulation stuff.

This commit is contained in:
jay
2025-06-29 13:53:53 -04:00
parent 6d13012440
commit 4267a0d72c

View File

@@ -0,0 +1,17 @@
{ pkgs, inputs, ... }: {
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = [
pkgs.ppsspp
#pkgs.ppsspp-sdl-wayland
pkgs.quickemu
#pkgs.retroarch-full
# Broken
#inputs.suyu.packages.${pkgs.system}.suyu
];
services.flatpak.packages = [
"io.github.ryubing.Ryujinx"
];
}