change default terminal emulator to ghostty

This commit is contained in:
2025-06-18 22:55:31 -07:00
parent 154e8a388f
commit 26ffcc4053
4 changed files with 23 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
{
imports = [
./no-gui.nix
./progs/alacritty.nix
# ./progs/alacritty.nix
./progs/ghostty.nix
./progs/emacs.nix
# ./progs/gpt4all/gpt4all.nix
# ./progs/trezor.nix # - broken
@@ -162,7 +163,6 @@
};
home.sessionVariables = {
TERMINAL = "alacritty";
BROWSER = "zen";
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc