mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
feat: support more options for icon in lualine
This commit is contained in:
parent
a9e37f1f00
commit
935dcfb02e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ with lib; let
|
|||
Enables the display of icons alongside the component.
|
||||
'';
|
||||
|
||||
icon = helpers.mkNullOrOption types.str ''
|
||||
icon = helpers.mkNullOrOption (types.either types.str helpers.rawType) ''
|
||||
Defines the icon to be displayed in front of the component.
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue