From 9af69c2417276cbf01b1e4539af50e7b7323a951 Mon Sep 17 00:00:00 2001 From: javalsai Date: Sun, 6 Jul 2025 22:56:38 +0200 Subject: [PATCH] fix(nix module): typo howtf did it work in my VM, oh nvm --- assets/pkg/nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";