nix-da/home/foot.nix

25 lines
380 B
Nix

{
programs.foot = {
enable = true;
settings = {
main = {
term = "xterm-256color";
font = "NotoSansM Nerd Font Mono:size=13";
};
mouse = {
hide-when-typing = "yes";
};
colors = {
alpha = 0.8;
};
scrollback = {
lines = 90000;
indicator-position = "none";
};
};
};
}