nix-stuff/roles/gaming/programs/default.nix
2024-07-26 11:23:01 +02:00

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
];
}