1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-03 06:45:04 +01:00
home-manager/tests/modules/programs/sesh/basic-configuration.toml

13 lines
255 B
TOML
Raw Normal View History

[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"