This commit is contained in:
smayzy 2025-07-08 17:02:34 +02:00
parent ef7111275b
commit 1f89d46355

View File

@ -3,7 +3,7 @@ let
inherit (lib) mkIf mkOption types;
in
{
options.smayzy.steam = mkOption {
options.smayzy.steam.enable = mkOption {
type = types.bool;
default = false;
description = "steam support";