{ pkgs, config, ... }: { programs.foot = { enable = true; server.enable = true; }; stylix.targets.foot = { enable = true; }; }