10 lines
140 B
Nix
10 lines
140 B
Nix
|
{
|
||
|
programs.foot = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
main.font = "monospace:size=10";
|
||
|
cursor.style = "beam";
|
||
|
};
|
||
|
};
|
||
|
}
|