Capture installer PATH in generated systemd unit file
cmd_install_service() now emits Environment=PATH=... in the generated
systemd unit, with the venv bin dir prepended and duplicates removed.
This ensures the service can find solstone-tmux and sol regardless of
the systemd user environment.
Files changed:
- src/solstone_tmux/cli.py — add import os, build service_path, emit Environment=PATH=
- contrib/solstone-tmux.service — add comment noting PATH is injected at install time
- tests/test_cli.py — new test file covering PATH injection, dedup, fallback, empty components