From dcbfbf293ff7ef012173a79f9251c43f8c332d7c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 10 Jan 2024 11:58:20 +0300 Subject: [PATCH] Use ghostty for fuzzel --- modules/fuzzel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fuzzel.nix b/modules/fuzzel.nix index 9d61208..2e32a68 100644 --- a/modules/fuzzel.nix +++ b/modules/fuzzel.nix @@ -10,7 +10,7 @@ desktopHomeConfiguration { layer = "overlay"; prompt = ''"❯ "''; - terminal = "kitty"; + terminal = "ghostty --gtk-single-instance=true -e"; tabs = 4;