sxmo: use the better-supported foot terminal

this is just precautionary
This commit is contained in:
2023-05-19 08:04:17 +00:00
parent 4d92458db3
commit af9d435517

View File

@@ -83,7 +83,7 @@ in
sane.gui.sxmo.terminal = mkOption {
# type = types.nullOr (types.enum [ "foot" "st" "vte" ]);
type = types.nullOr types.string;
default = "kitty";
default = "foot";
description = ''
name of terminal to use for sxmo_terminal.sh.
foot, st, and vte have special integrations in sxmo, but any will work.