24h clock in tmux
This commit is contained in:
parent
99d8221e37
commit
f80a382fdd
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue