From b64423acee5aaccb112bd8bb731c7a55fe3a5ce1 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 17 Nov 2021 14:04:47 +0100 Subject: [PATCH] TMUX added tmux to the user configuration Signed-off-by: Stefan Ellmauthaler --- baseconfiguration.nix | 1 - users/ellmau/zsh.nix | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/baseconfiguration.nix b/baseconfiguration.nix index a0b2159..f848887 100644 --- a/baseconfiguration.nix +++ b/baseconfiguration.nix @@ -79,7 +79,6 @@ emacs-all-the-icons-fonts wget git - tmux clang rnix-lsp ]; diff --git a/users/ellmau/zsh.nix b/users/ellmau/zsh.nix index bd73cdc..e4efd13 100644 --- a/users/ellmau/zsh.nix +++ b/users/ellmau/zsh.nix @@ -69,6 +69,13 @@ enable = true; enableAliases = false; }; + + tmux = { + enable = true; + clock24 = true; + keymode = "emacs"; + shell = "\${pkgs.zsh}/bin/zsh"; + }; }; };