[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 = {
enable = true;
wayland = true;
gaming = true;
gaming = false;
kde = true;
sddm = true;
};