services.clipcat.menuSettings

Home-Manager option

Configuration settings for clipcat-menu. 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"; finder = "rofi"; rofi = { line_length = 100; menu_length = 30; menu_prompt = "Clipcat"; extra_arguments = [ "-mesg" "Please select a clip" ]; }; dmenu = { line_length = 100; menu_length = 30; menu_prompt = "Clipcat"; }; } &#x27;&#x27;
declared in: <home-manager/modules/services/clipcat.nix>source unavailable