diff --git a/home.nix b/home.nix index a2789c8..bba6f03 100644 --- a/home.nix +++ b/home.nix @@ -225,7 +225,8 @@ # if you don't want to manage your shell through Home Manager. home.sessionVariables = { EDITOR = "nvim"; - TERMINAL = "kitty"; + VISUAL = "nvim"; + TERMINAL = "ghostty"; BROWSER = "firefox"; };