mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed tmux
This commit is contained in:
parent
2c0c7a2643
commit
a87e828968
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in
|
||||||
mouse = if wm.enable then true else false;
|
mouse = if wm.enable then true else false;
|
||||||
|
|
||||||
prefix = "M";
|
prefix = "M";
|
||||||
shell = "\${pkgs.bash}/bin/bash";
|
#shell = "\${pkgs.bash}/bin/bash";
|
||||||
|
|
||||||
plugins = with pkgs.tmuxPlugins; [
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue