nix-stuff/roles/gaming/programs/default.nix
2024-03-20 13:03:05 +01:00

12 lines
189 B
Nix
Executable file

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