2.home-manager/tests/modules/programs/sesh/basic-configuration.toml
Austin Horstman 1e313820a3 treewide: adapt toml generator changes
Upstream formatter change in
https://github.com/NixOS/nixpkgs/pull/512319 caused tests to fail.
2026-05-02 20:19:12 -05: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'