fix(nix module): typo

howtf did it work in my VM, oh nvm
This commit is contained in:
2025-07-06 22:56:38 +02:00
parent 16901b14c8
commit 9af69c2417

View File

@@ -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";