1
0
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:
Stefan Ellmauthaler 2021-11-17 14:04:47 +01:00
parent 5f08767392
commit b64423acee
2 changed files with 7 additions and 1 deletions

View File

@ -79,7 +79,6 @@
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
wget wget
git git
tmux
clang clang
rnix-lsp rnix-lsp
]; ];

View File

@ -69,6 +69,13 @@
enable = true; enable = true;
enableAliases = false; enableAliases = false;
}; };
tmux = {
enable = true;
clock24 = true;
keymode = "emacs";
shell = "\${pkgs.zsh}/bin/zsh";
};
}; };
}; };