flake/home/applications/foot/default.nix

12 lines
247 B
Nix
Raw 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";
2024-11-15 13:21:08 +00:00
url.label-letters = "aoeuhtns";
2024-11-07 08:47:33 +00:00
} // import ./tokyonight_night.nix;
2024-06-23 07:31:24 +00:00
};
}