24h clock in tmux

This commit is contained in:
Adithya 2024-03-05 21:45:55 +05:30
parent 99d8221e37
commit f80a382fdd
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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"