From ac99abb633dfeffd3aed8f078128edc1e9f599a5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 23 Jan 2026 09:40:16 -0500 Subject: have shell use fuzzy search --- home/apps/caelestia/settings.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'home') diff --git a/home/apps/caelestia/settings.nix b/home/apps/caelestia/settings.nix index c116025..de81df7 100644 --- a/home/apps/caelestia/settings.nix +++ b/home/apps/caelestia/settings.nix @@ -83,6 +83,12 @@ in { }; }; + # Launcher settings + launcher = { + enabled = true; + useFuzzy = true; + }; + # Background background.enabled = true; paths = { -- cgit v1.2.3-freya