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