1{pkgs, ...}: { 2 programs.tmux = { 3 enable = true; 4 plugins = with pkgs.tmuxPlugins; [sensible]; 5 }; 6}