14 lines
216 B
Nix
Executable file
14 lines
216 B
Nix
Executable file
{pkgs, ...}: {
|
|
imports = [
|
|
./steam.nix
|
|
./mangohud.nix
|
|
./rpcs3.nix
|
|
./retroarch.nix
|
|
./pcsx2.nix
|
|
./cemu.nix
|
|
];
|
|
environment.systemPackages = with pkgs; [
|
|
heroic
|
|
prismlauncher
|
|
];
|
|
}
|