Files

9 lines
166 B
Nix
Raw Permalink Normal View History

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