Skip to content

Commit

Permalink
plugins/utils/startify: fix wrongly named option: startify_custom_hea…
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 21, 2023
1 parent 7a2f063 commit 5b84bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/utils/startify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ mkPlugin args {

customHeader = mkDefaultOpt {
description = "Define your own header";
global = "startify_custom_headers";
global = "startify_custom_header";
type = types.oneOf [ types.str (types.listOf types.str) ];
};

Expand Down

0 comments on commit 5b84bbb

Please sign in to comment.