USe ghosttty

This commit is contained in:
2026-02-08 00:00:28 -08:00
parent 1e8a591b4f
commit 8b888f02a5
2 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ with lib;
ta = "tmux attach";
};
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";