Moved tmux theming from nvim module to tmux module

This commit is contained in:
alejandro-angulo 2024-07-28 23:23:20 -07:00
parent 2ad5af4f90
commit a656b8f481
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 13 additions and 25 deletions

View file

@ -14,6 +14,8 @@ in {
};
config = lib.mkIf cfg.enable {
xdg.dataFile."tmux-theme".source = ./tmux_theme;
programs.tmux = {
enable = true;
keyMode = "vi";
@ -82,6 +84,7 @@ in {
# 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