Files
m3ta-home/profiles/sets/gaming/default.nix
T

10 lines
186 B
Nix
Raw Normal View History

2026-05-02 09:08:40 +02:00
# Gaming profile aggregator — Steam platform, Gamescope session, and AMD GPU tools.
{...}: {
imports = [
2026-09-12 13:49:46 +02:00
./emulators.nix
2026-05-02 09:08:40 +02:00
./steam.nix
./gamescope.nix
./gpu.nix
];
}