diff --git a/assets/pkg/nix/module.nix b/assets/pkg/nix/module.nix index d530814..4e168b0 100644 --- a/assets/pkg/nix/module.nix +++ b/assets/pkg/nix/module.nix @@ -25,7 +25,7 @@ let }; in { - options.services.lidm.conig = lib.mkOption { + options.services.lidm.config = lib.mkOption { type = with lib.types; oneOf [ str attrs ]; default = {}; description = "Config options for lidm | Either attr tree or name of bundled themes";