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

8 lines
103 B
Nix

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