4 lines
107 B
Nix
4 lines
107 B
Nix
{ ... }: {
|
|
config.modules.gaming.steam.enable = true;
|
|
config.modules.hardware.laptop.enable = false;
|
|
}
|