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

@@ -58,12 +58,11 @@ makeEnable config "myModules.desktop" true {
xsettingsd
# Desktop
alacritty
ghostty
blueman
# clipit
d-spy
kdePackages.dolphin
# inputs.ghostty.packages."${system}".default
feh
firefox

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";