5 lines
76 B
Nix
5 lines
76 B
Nix
{conf, ...}: {
|
|
imports = [../../system];
|
|
|
|
conf.gaming.enable = false;
|
|
}
|