Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored Oct 19, 2024
1 parent cdd7915 commit df2a699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/widgets/kickoff.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ in
};
description = "The size of the widget. (Only for desktop widget)";
};
icon = mkOption {
icon = lib.mkOption {
type = with lib.types; nullOr str;
default = null;
example = "start-here-kde-symbolic";
Expand All @@ -66,7 +66,7 @@ in
To do this, set the value to a absolute path to the image file.
'';
};
label = mkOption {
label = lib.mkOption {
type = with lib.types; nullOr str;
default = null;
example = "Menu";
Expand Down

0 comments on commit df2a699

Please sign in to comment.