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 = {