This commit is contained in:
maxstrb 2026-03-14 22:44:26 +01:00
parent 01b2970436
commit 3b2e94cd9f
2 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,4 @@
{
lib,
config,
...
}: {
{lib, ...}: {
options.myModules = {
games.enable = lib.mkOption {
type = lib.types.bool;