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";};