From c1cbb0012685b69fc6391f93d279975032b37dcf Mon Sep 17 00:00:00 2001 From: Ariel D'Alessandro Date: Sun, 10 Dec 2023 15:39:02 +0100 Subject: [PATCH] fix: remove extra line after changes --- plugins/statuslines/lualine.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/statuslines/lualine.nix b/plugins/statuslines/lualine.nix index b9523049..39a55905 100644 --- a/plugins/statuslines/lualine.nix +++ b/plugins/statuslines/lualine.nix @@ -36,14 +36,15 @@ with lib; let Enables the display of icons alongside the component. ''; - icon = helpers.mkNullOrOption + icon = + helpers.mkNullOrOption ( with types; either str (submodule { freeformType = attrsOf anything; - + options = { icon = mkOption { type = str; @@ -53,8 +54,6 @@ with lib; let }) ) "Defines the icon to be displayed in front of the component."; - Defines the icon to be displayed in front of the component. - ''; separator = mkSeparatorsOption {name = "Component";};