services.clipcat.ctlSettings

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
''
  {
    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";
    };
  }
''
Declared
<home-manager/modules/services/clipcat.nix>