Skip to content

Commit

Permalink
fix: set term in foot
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB committed Dec 10, 2024
1 parent e180562 commit 1a0f608
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion users/bun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ in {
'';
};
firefox = { enable = true; };
foot = { enable = true; };
foot = {
enable = true;
settings.main.term = "xterm-256color";
};
fzf = {
enable = true;
enableBashIntegration = false;
Expand Down

0 comments on commit 1a0f608

Please sign in to comment.