{ pkgs, ... }: { programs.foot = { enable = true; settings = { main = { font = "JetBrainsMono Nerd Font:size=16"; }; }; }; }