flake/home/applications/foot/default.nix

9 lines
140 B
Nix

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