From 5b84bbb51310cd084a11d21eb3ec31ca2b19bbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:13:01 +0100 Subject: [PATCH] plugins/utils/startify: fix wrongly named option: startify_custom_header (#118) --- plugins/utils/startify.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utils/startify.nix b/plugins/utils/startify.nix index 352ad315..e4d371f6 100644 --- a/plugins/utils/startify.nix +++ b/plugins/utils/startify.nix @@ -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) ]; };