From af33b32e8a4a5e395e4f1496b6a83fc45b0ab132 Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Wed, 19 Aug 2026 08:59:14 -0500 Subject: [PATCH] fixed fuzzel Signed-off-by: Matthew Stobbs --- demilich/home.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demilich/home.nix b/demilich/home.nix index 91e9c79..8fae6f4 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -92,8 +92,10 @@ fuzzel = { enable = true; settings = { - terminal = "${pkgs.ghostty}/bin/ghostty"; - layer = "overlay"; + main = { + terminal = "${pkgs.ghostty}/bin/ghostty"; + layer = "overlay"; + }; }; }; fzf = {