gui/foot.nix: switch $TERM to xterm-256color
This commit is contained in:
parent
18b9db6e60
commit
f26fde1288
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
|
||||
main = {
|
||||
term = "foot";
|
||||
term = "xterm-256color";
|
||||
app-id = "foot";
|
||||
title = "foot";
|
||||
locked-title = "no";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue