terminal: switch back to alacritty

This commit is contained in:
2026-02-03 23:33:18 -08:00
parent 389f746a94
commit c25da8d505
5 changed files with 7 additions and 7 deletions

View File

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