2024-06-23 14:40:05 +02:00
|
|
|
{ ... }:
|
2024-05-24 21:33:00 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
programs.foot = {
|
|
|
|
enable = true;
|
|
|
|
settings = {
|
|
|
|
main = {
|
|
|
|
pad = "8x8 center";
|
2024-06-23 14:40:05 +02:00
|
|
|
font = "Go Mono Nerd Font:size=12";
|
2024-05-24 21:33:00 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
mouse = {
|
|
|
|
hide-when-typing = "yes";
|
|
|
|
};
|
|
|
|
|
|
|
|
scrollback = {
|
|
|
|
lines = 10000;
|
|
|
|
};
|
2024-06-23 14:40:05 +02:00
|
|
|
|
|
|
|
colors = {
|
|
|
|
alpha = 0.9;
|
|
|
|
};
|
2024-05-24 21:33:00 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|