1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-24 01:49:55 +01:00
home-manager/tests/modules/programs/sesh/basic-configuration.toml
Michael van Straten cb2fd626fe sesh: add module
Sesh is a CLI that helps you create and manage tmux sessions quickly and easily
using zoxide. See https://github.com/joshmedeski/sesh for more.
2024-09-01 13:59:59 +02:00

12 lines
255 B
TOML

[default_session]
startup_command = "nvim -c ':Telescope find_files'"
[[session]]
name = "Downloads 📥"
path = "~/Downloads"
startup_command = "ls"
[[session]]
name = "tmux config"
path = "~/c/dotfiles/.config/tmux"
startup_command = "nvim tmux.conf"