From c5b078f053064f0544c2c3df3c8588edca864d3d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 18 Jan 2024 12:28:39 +0300 Subject: [PATCH] Fix Fuzzel terminal launcher --- modules/fuzzel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fuzzel.nix b/modules/fuzzel.nix index 2e32a68..0088f55 100644 --- a/modules/fuzzel.nix +++ b/modules/fuzzel.nix @@ -10,7 +10,7 @@ desktopHomeConfiguration { layer = "overlay"; prompt = ''"❯ "''; - terminal = "ghostty --gtk-single-instance=true -e"; + terminal = "ghostty -e"; tabs = 4;