[nixbook] disable gaming

This commit is contained in:
2025-07-16 18:52:38 -07:00
parent c5070eb4bf
commit 88b413e0af

View File

@@ -15,7 +15,7 @@
desktop = { desktop = {
enable = true; enable = true;
wayland = true; wayland = true;
gaming = true; gaming = false;
kde = true; kde = true;
sddm = true; sddm = true;
}; };