8 lines
144 B
Nix
8 lines
144 B
Nix
|
|
# Gaming profile aggregator — Steam platform and Gamescope session support.
|
||
|
|
{...}: {
|
||
|
|
imports = [
|
||
|
|
./steam.nix
|
||
|
|
./gamescope.nix
|
||
|
|
];
|
||
|
|
}
|