mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Formating things
This commit is contained in:
parent
73fd8e35fb
commit
3013c49921
@ -62,6 +62,16 @@
|
||||
clock24 = true;
|
||||
keyMode = "emacs";
|
||||
shell = "${pkgs.zsh}/bin/zsh";
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.nord
|
||||
];
|
||||
extraConfig = ''
|
||||
# split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
unbind '"'
|
||||
unbind %
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user