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