From 2b21fee537497de5c745736bac9cf8bb0cbb423a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 7 Dec 2023 09:39:35 +0300 Subject: [PATCH] Set Ghostty to default term --- machines/enka/ghostty/default.nix | 2 ++ machines/enka/hyprland/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/enka/ghostty/default.nix b/machines/enka/ghostty/default.nix index 5a2adbd..2f9b2ea 100644 --- a/machines/enka/ghostty/default.nix +++ b/machines/enka/ghostty/default.nix @@ -3,6 +3,8 @@ homeConfiguration "nixos" { imports = [ ghosttyModule.homeModules.default ]; + programs.nushell.environmentVariables.TERMINAL = "ghostty"; + programs.ghostty = enabled { package = upkgs.ghostty; diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index e58af93..40d409d 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -94,7 +94,7 @@ bind = SUPER , F, fullscreen bind = SUPER+ALT, F, togglefloating - bind = SUPER, RETURN, exec, kitty + bind = SUPER, RETURN, exec, ghostty bind = SUPER, W , exec, firefox bind = SUPER, T , exec, thunderbird bind = SUPER, D , exec, discord