{ ... }:
{

  home-manager.users.willifan = {
    programs.tmux = {
      enable = true;
    };
  };

}