8 lines
163 B
Nix
8 lines
163 B
Nix
{ ... }: {
|
|
config.modules.gaming.steam = {
|
|
enable = true;
|
|
gamemode = true;
|
|
gamescope = true;
|
|
};
|
|
config.modules.hardware.laptop.enable = false;
|
|
}
|