Compare commits

..

3 Commits

Author SHA1 Message Date
ae48d799af test: try taskwarrior hooks to track slots 2026-02-17 19:55:32 +01:00
859512599d fix: make 'colmena' available 2026-02-17 19:55:32 +01:00
8d10b38d0d feat: set up 'stylix' 2026-02-17 19:55:31 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
set -g status-style bg=default

View File

@@ -16,7 +16,9 @@
}; };
home.file = { home.file = {
".config/tmux/tmux.regular.conf".source = dotsPath + "/.config/tmux/tmux.regular.conf";
".config/tmux/hooks/tmux.ssh.conf".source = dotsPath + "/.config/tmux/hooks/tmux.ssh.conf"; ".config/tmux/hooks/tmux.ssh.conf".source = dotsPath + "/.config/tmux/hooks/tmux.ssh.conf";
".config/tmux/hooks/tmux.regular.conf".source = dotsPath + "/.config/tmux/hooks/tmux.regular.conf";
}; };
}; };
} }