12-2023
This commit is contained in:
@@ -10,7 +10,9 @@ pkgs: {
|
||||
plugins = [
|
||||
{
|
||||
plugin = pkgs.tmuxPlugins.catppuccin;
|
||||
extraConfig = "set -g @catppuccin_window_tabs_enabled on";
|
||||
extraConfig = ''set -g @catppuccin_window_tabs_enabled on
|
||||
set -g @catppuccin_window_default_text "#W"
|
||||
set -g @catppuccin_window_current_text "#W"'';
|
||||
}
|
||||
{
|
||||
plugin = pkgs.tmuxPlugins.tmux-thumbs;
|
||||
|
||||
Reference in New Issue
Block a user