flake/home/applications/foot/default.nix

11 lines
176 B
Nix
Raw Permalink Normal View History

2024-06-23 07:31:24 +00:00
{
programs.foot = {
enable = true;
settings = {
main.font = "monospace:size=10";
2024-07-07 12:26:14 +00:00
main.resize-by-cells = false;
2024-06-23 07:31:24 +00:00
cursor.style = "beam";
};
};
}