Setup emulation stuff.
This commit is contained in:
17
nodes/hosts/common/programs/emulation.nix
Normal file
17
nodes/hosts/common/programs/emulation.nix
Normal 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"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user