{ config, pkgs, ... }: { programs.tmux = { enable = true; extraConfig = builtins.readFile ./files/config; }; }