mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
TMUX added tmux to the user configuration
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
5f08767392
commit
b64423acee
@ -79,7 +79,6 @@
|
||||
emacs-all-the-icons-fonts
|
||||
wget
|
||||
git
|
||||
tmux
|
||||
clang
|
||||
rnix-lsp
|
||||
];
|
||||
|
||||
@ -69,6 +69,13 @@
|
||||
enable = true;
|
||||
enableAliases = false;
|
||||
};
|
||||
|
||||
tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
keymode = "emacs";
|
||||
shell = "\${pkgs.zsh}/bin/zsh";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user