{ pkgs, ... }: { services.clipman = { package = pkgs.clipman; enable = true; }; }