diff --git a/home/programs/tmux.nix b/home/programs/tmux.nix index c12514a..51468b3 100644 --- a/home/programs/tmux.nix +++ b/home/programs/tmux.nix @@ -1,10 +1,11 @@ { pkgs, ... }: { programs.tmux = { enable = true; + clock24 = true; escapeTime = 0; - plugins = with pkgs; [ + plugins = with pkgs.tmuxPlugins; [ { - plugin = tmuxPlugins.dracula; + plugin = dracula; extraConfig = '' set -g @dracula-show-powerline true set -g @dracula-plugins "time"