tmux added
This commit is contained in:
parent
37946c90ae
commit
8e2d4a753f
1 changed files with 6 additions and 0 deletions
|
|
@ -337,6 +337,12 @@ in
|
|||
};
|
||||
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
withUtempter = true;
|
||||
historyLimit = 5000;
|
||||
clock24 = true;
|
||||
};
|
||||
|
||||
# если машина установлена на диск с Windows,
|
||||
# то она позволяет "увидеть" и выбрать Windows в течение 30 с
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue