switch TERMINAL from kitty -> alacritty

This commit is contained in:
Colin 2023-08-15 01:46:57 +00:00
parent 8432d9c9ed
commit b9868512d6
2 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,7 @@ in
# "gopass" # "gopass"
# "gopass-jsonapi" # "gopass-jsonapi"
"helix" # text editor "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 "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 "lm_sensors" # for sensors-detect. TODO: what needs this? lift into the consumer
"lshw" "lshw"

View File

@ -16,6 +16,7 @@
# package sets # package sets
"tuiApps" "tuiApps"
] ++ [ ] ++ [
"alacritty" # terminal emulator
# "celluloid" # mpv frontend # "celluloid" # mpv frontend
"chatty" # matrix/xmpp/irc client "chatty" # matrix/xmpp/irc client
"cozy" # audiobook player "cozy" # audiobook player