nix/home/config/tmux/module/Config.nix

7 lines
97 B
Nix

{ ... }: {
text = ''
unbind-key C-b
bind -n M-r source-file ~/.config/tmux/tmux.conf
'';
}