aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/tmux/default.nix
blob: e7873f8cb75b4e669f8ac181a5f8f03d27b79e2f (plain)
1
2
3
4
5
6
{
  programs.tmux = {
    enable = true;
    extraConfig = (builtins.readFile ./tmux.conf);
  };
}