mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08: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
|
in
|
||||||
{
|
{
|
||||||
options.services.lidm.conig = lib.mkOption {
|
options.services.lidm.config = lib.mkOption {
|
||||||
type = with lib.types; oneOf [ str attrs ];
|
type = with lib.types; oneOf [ str attrs ];
|
||||||
default = {};
|
default = {};
|
||||||
description = "Config options for lidm | Either attr tree or name of bundled themes";
|
description = "Config options for lidm | Either attr tree or name of bundled themes";
|
||||||
|
Reference in New Issue
Block a user