dot.nix/hosts/common/optional/hyprland/foot.nix

16 lines
252 B
Nix

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