2.home-manager/tests/modules/programs/tmux/tmuxinator-projects-1.yaml
Benedikt Ritter b399348e9d tmuxinator: move to dedicated module with projects support
Extract tmuxinator from tmux.nix into its own programs/tmuxinator.nix
module. The new module adds:

- programs.tmux.tmuxinator.package for customising the tmuxinator package
- programs.tmux.tmuxinator.projects for declaring projects declaratively;
  each project is written to $HOME/.config/tmuxinator/<name>.yaml

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2026-03-31 14:05:50 -05:00

11 lines
199 B
YAML

name: myproject
root: ~/code/myproject
windows:
- editor:
layout: main-vertical
panes:
- editor:
- vim
- guard
- server: bundle exec rails s
- logs: tail -f log/development.log