10 lines
186 B
Nix
10 lines
186 B
Nix
# Gaming profile aggregator — Steam platform, Gamescope session, and AMD GPU tools.
|
|
{...}: {
|
|
imports = [
|
|
./emulators.nix
|
|
./steam.nix
|
|
./gamescope.nix
|
|
./gpu.nix
|
|
];
|
|
}
|