nixfleet/users/profiles/foot/default.nix
2021-09-29 21:37:59 +02:00

18 lines
279 B
Nix

{
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
term = "xterm-256color";
font = "Fira Code:size=11";
dpi-aware = "yes";
};
mouse = {
hide-when-typing = "yes";
};
};
};
}