From 935dcfb02e34de71eaed7fdb38d68ad752323298 Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro Date: Sat, 2 Dec 2023 12:21:18 +0100 Subject: [PATCH] feat: support more options for icon in lualine --- plugins/statuslines/lualine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/statuslines/lualine.nix b/plugins/statuslines/lualine.nix index 2a6df76d..3679c89c 100644 --- a/plugins/statuslines/lualine.nix +++ b/plugins/statuslines/lualine.nix @@ -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. '';