flake/home/applications/foot/default.nix

10 lines
176 B
Nix

{
programs.foot = {
enable = true;
settings = {
main.font = "monospace:size=10";
main.resize-by-cells = false;
cursor.style = "beam";
};
};
}