From df2a699cecbc9418f0c034011b2a0fedb86d9062 Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Sat, 19 Oct 2024 17:40:26 -0300 Subject: [PATCH] oops --- modules/widgets/kickoff.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/widgets/kickoff.nix b/modules/widgets/kickoff.nix index d6e2b507..d80e46ac 100644 --- a/modules/widgets/kickoff.nix +++ b/modules/widgets/kickoff.nix @@ -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"; @@ -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";