From b9868512d675a21905316c2618e82cd86f1e81ad Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 15 Aug 2023 01:46:57 +0000 Subject: [PATCH] switch TERMINAL from kitty -> alacritty --- hosts/common/programs/assorted.nix | 2 +- hosts/modules/gui/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 77598f65..0a693681 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -126,7 +126,7 @@ in # "gopass" # "gopass-jsonapi" "helix" # text editor - "kitty" # TODO: move to GUI, but `ssh servo` from kitty sets `TERM=xterm-kitty` in the remove and breaks things + # "kitty" # XXX needs to be in consolueUtils because `ssh servo` from kitty sets `TERM=xterm-kitty` in the remote and breaks things "libsecret" # for managing user keyrings. TODO: what needs this? lift into the consumer "lm_sensors" # for sensors-detect. TODO: what needs this? lift into the consumer "lshw" diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 88ec15a8..5494dd5e 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -16,6 +16,7 @@ # package sets "tuiApps" ] ++ [ + "alacritty" # terminal emulator # "celluloid" # mpv frontend "chatty" # matrix/xmpp/irc client "cozy" # audiobook player