plugins/statuslines/lualine: fix type of color option (#200)

This commit is contained in:
Gaétan Lepage 2023-02-25 18:08:55 +01:00 committed by GitHub
parent a87135755c
commit 8b9a3689a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ with lib; let
separator = mkSeparatorsOption {name = "Component";};
color = helpers.mkNullOrOption (with types; either str (attrsOf str)) ''
color = helpers.mkNullOrOption (types.attrsOf types.str) ''
Defines a custom color for the component.
'';