fixed gaming

This commit is contained in:
kenji
2025-06-30 13:43:35 -05:00
parent 30a55ac796
commit 6cdfd4c169
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@
../../modules/de.nix
]
++ lib.optionals (myConfig.linux.apps.gaming == true) [
../../system/gaming.nix
];
environment.systemPackages = [];