terminal: switch to ghostty

This commit is contained in:
2026-02-03 22:01:59 -08:00
parent b2ff5f1ae5
commit d87da32dee
5 changed files with 7 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ with lib;
fix_nix = "LD_LIBRARY_PATH='' nix";
};
variables = {
ROFI_SYSTEMD_TERM = "alacritty -e";
ROFI_SYSTEMD_TERM = "ghostty -e";
NIXPKGS_GIT_REV = "${inputs.nixpkgs.rev}";
NIXPKGS_SOURCE = "${inputs.nixpkgs.outPath}";
EDITOR = "emacsclient --alternate-editor emacs";