Skip to content

Commit

Permalink
fix: remove extra line after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adalessa authored and GaetanLepage committed Dec 10, 2023
1 parent 7314f0d commit c1cbb00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plugins/statuslines/lualine.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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";};

Expand Down

0 comments on commit c1cbb00

Please sign in to comment.