nix-stuff/roles/gaming/programs/default.nix
2024-04-27 20:34:11 +02:00

13 lines
205 B
Nix
Executable file

{pkgs, ...}: {
imports = [
./steam.nix
./mangohud.nix
./rpcs3.nix
./retroarch.nix
./pcsx2.nix
];
environment.systemPackages = with pkgs; [
heroic
prismlauncher-qt5
];
}