{ pkgs, ... }: { programs.foot.settings.main.shell = "tmux"; environment.systemPackages = with pkgs; [ foot ghostty tmux ]; }