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