added gaming module

This commit is contained in:
kenji
2025-07-02 19:28:47 -05:00
parent e1de9403e4
commit 27cc1641f2
5 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
../../modules/de.nix
]
++ lib.optionals (myConfig.linux.apps.gaming == true) [
../../system/gaming.nix
../../modules/gaming.nix
];
environment.systemPackages = [];