This commit is contained in:
Spectre 2024-06-07 16:05:16 +02:00
parent 8d350fd646
commit be0e537337
5 changed files with 7 additions and 13 deletions

View file

@ -1,5 +1,5 @@
{conf, ...}: {
imports = [../../system];
conf.gaming.enable = false;
gaming.enable = false;
}