tmux theme

This commit is contained in:
Ivan Dimitrov 2023-07-17 10:44:07 +03:00
parent 655fe3f6bc
commit 875c4657b5

View File

@ -45,11 +45,12 @@
clock24 = true;
plugins = with pkgs.tmuxPlugins; [
tilish
catppuccin
];
extraConfig = ''
set -g default-command "''${SHELL}"
set -g default-terminal "tmux-256color"
set -g base-index 1
set -g default-command "''${SHELL}"
set -g default-terminal "tmux-256color"
set -g base-index 1
'';
};
neovim = {