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