mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 09:58:00 +02:00
fix(nix module): typo
howtf did it work in my VM, oh nvm
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user