Commit 3b9f829

HPCesia <me@hpcesia.com>
2025-08-11 13:21:11
feat: disable wezterm
1 parent 076ef0a
Changed files (2)
home
base
gui
terminals
linux
gui
plasma
home/base/gui/terminals/wezterm/default.nix
@@ -10,7 +10,7 @@ in {
   catppuccin.wezterm.enable = false;
 
   programs.wezterm = {
-    enable = true;
+    # enable = true;
     package = pkgs-unstable.wezterm;
   };
 }
home/linux/gui/plasma/options/configs.nix
@@ -2,8 +2,8 @@
   programs.plasma.configFile = {
     kdeglobals = {
       General = {
-        TerminalApplication = "wezterm start --cwd .";
-        TerminalService = "org.wezfurlong.wezterm.desktop";
+        TerminalApplication = "ghostty";
+        TerminalService = "com.mitchellh.ghostty";
       };
     };
     plasma-localerc = {