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 valueDefault
{ }Example
declared in: <home-manager/modules/services/clipcat.nix>source unavailable'' { 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"; }; } ''