Files
nixos-config/home/profiles/gaming/default.nix

9 lines
166 B
Nix
Raw Normal View History

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