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 {} {
|
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
|
||||||
main = {
|
main = {
|
||||||
term = "foot";
|
term = "xterm-256color";
|
||||||
app-id = "foot";
|
app-id = "foot";
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue