diff --git a/plugins/telescope/default.nix b/plugins/telescope/default.nix index 6b723ba4..fcc842a3 100644 --- a/plugins/telescope/default.nix +++ b/plugins/telescope/default.nix @@ -56,12 +56,16 @@ in { type = types.listOf types.str; description = "A list of enabled extensions. Don't use this directly"; default = []; + internal = true; + visible = false; }; extensionConfig = mkOption { type = types.attrsOf types.anything; description = "Configuration for the extensions. Don't use this directly"; default = {}; + internal = true; + visible = false; }; defaults = mkOption {