Switched to catppuccin

This commit is contained in:
alejandro-angulo 2024-08-11 19:21:41 -07:00
parent a7a8b638b0
commit 6ab7837acf
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
15 changed files with 114 additions and 78 deletions

View file

@ -16,10 +16,9 @@ in {
};
config = lib.mkIf cfg.enable {
xdg.dataFile."tmux-theme".source = ./tmux_theme;
programs.tmux = {
enable = true;
catppuccin.enable = true;
keyMode = "vi";
newSession = true;
sensibleOnTop = true;
@ -73,11 +72,6 @@ in {
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
# Eye Candy
# set -g @plugin 'mattdavis90/base16-tmux'
# set -g @colors-base16 'darktooth'
source-file ${config.xdg.dataHome}/tmux-theme;
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \