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"; + }; }; };