services.clipcat.ctlSettings

Home-Manager option

Configuration settings for clipcatctl. All available options can be found here: https://github.com/xrelkd/clipcat?tab=readme-ov-file#configuration.

type: TOML value
Default
{ }
Example
&#x27;&#x27; { server_endpoint = "/run/user/<user-id>/clipcat/grpc.sock"; log = { file_path = "/path/to/log/file"; emit_journald = true; emit_stdout = false; emit_stderr = false; level = "INFO"; }; } &#x27;&#x27;
declared in: <home-manager/modules/services/clipcat.nix>source unavailable