Commit 3b9f829
Changed files (2)
home
base
gui
terminals
wezterm
linux
gui
plasma
options
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 = {