mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-22 12:22:17 +00:00
tmux: use tokyonight theme
This commit is contained in:
parent
372ba92be4
commit
d8d09498d3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
keyMode = "vi";
|
||||
mouse = true;
|
||||
plugins = with pkgs.tmuxPlugins; [
|
||||
gruvbox
|
||||
tokyo-night-tmux
|
||||
];
|
||||
extraConfig = ''
|
||||
# new panes inherit current working directory
|
||||
|
|
Loading…
Reference in a new issue