typo
This commit is contained in:
parent
ef7111275b
commit
1f89d46355
@ -3,7 +3,7 @@ let
|
|||||||
inherit (lib) mkIf mkOption types;
|
inherit (lib) mkIf mkOption types;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.smayzy.steam = mkOption {
|
options.smayzy.steam.enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "steam support";
|
description = "steam support";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user