* windows: Roll back the "actions" feature for notifications (https://github.com/iamkroot/trakt-scrobbler/pull/217). This removes the dependency on [desktop-notifier](https://github.com/samschott/desktop-notifier) for Windows that was causing crashes #224
* linux: Specify the `After` key for our systemd service. Without this, the scrobbler could be initialized even before the GUI is ready, causing `webbrowser` to not find any browsers.
Internal changes
* deps: Use `tomli` for parsing TOML in Python <3.11 223
* deps: Add explicit dependency on setuptools
Installation
1. `trakts stop`
2. `pipx uninstall trakt-scrobbler`
3. `pipx install trakt-scrobbler`
4. `trakts start`