From 1cb9a3d502b4a89f0bbcbada6610a1477e3c3e48 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 7 Aug 2025 16:34:02 +0530 Subject: [PATCH] feat(hyprland): replace ghostty with wezterm --- modules/home/desktop/hyprland/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 80726c2..18c6c1f 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -23,9 +23,9 @@ inactive_border_col = "rgba(86aaeccc) rgba(93cee9cc) 45deg"; # Apps - terminal = "ghostty"; - floating_terminal = "ghostty --class=com.ghostty.floating"; - editor = "ghostty -e nvim"; + terminal = "wezterm"; + floating_terminal = "wezterm start --class wezterm-floating"; + editor = "wezterm -e nvim"; browser = "firefox"; filemanager = "thunar"; in {