{ config, ... }: { programs.foot = { enable = true; }; xdg.configFile."foot" = { recursive = true; source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/dotfiles/foot"; }; }