From e9e7bfba53304bc3621abb8ae743e6b170e71fd9 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 6 Feb 2025 19:18:38 +0800 Subject: [PATCH] telescope: remove invalid option --- modules/plugins/utility/telescope/telescope.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/plugins/utility/telescope/telescope.nix b/modules/plugins/utility/telescope/telescope.nix index cf9c5cd8..0665eb11 100644 --- a/modules/plugins/utility/telescope/telescope.nix +++ b/modules/plugins/utility/telescope/telescope.nix @@ -87,11 +87,6 @@ type = float; default = 0.55; }; - results_width = mkOption { - description = ""; - type = float; - default = 0.8; - }; }; vertical = { mirror = mkOption {