current
 1{
 2  flake.modules.homeManager.terminal-foot = _: {
 3    programs.foot = {
 4      enable = true;
 5      settings = {
 6        main = {
 7          shell = "fish";
 8          pad = "10x10";
 9        };
10      };
11    };
12  };
13}