nix-stuff/roles/gaming/programs/default.nix
2023-10-03 00:36:14 +02:00

9 lines
76 B
Nix
Executable file

{ ... }:
{
imports = [
./steam.nix
./mangohud.nix
./rpcs3.nix
];
}