mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-22 20:22:18 +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";
|
keyMode = "vi";
|
||||||
mouse = true;
|
mouse = true;
|
||||||
plugins = with pkgs.tmuxPlugins; [
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
gruvbox
|
tokyo-night-tmux
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# new panes inherit current working directory
|
# new panes inherit current working directory
|
||||||
|
|
Loading…
Reference in a new issue