home-manager
home-manager copied to clipboard
cliphist: add maxDedupeSearch and maxItems options
Add the maxDedupeSearch and maxItems options that correspond to cliphist's -max-dedupe-search and -max-items flags respectively.
Description
Checklist
-
[x] Change is backwards compatible.
-
[x] Code formatted with
./format. -
[x] Code tested through
nix-shell --pure tests -A run.allornix develop --ignore-environment .#allusing Flakes. -
[x] Test cases updated/added. See example.
-
[x] Commit messages are formatted like
{component}: {description} {long description}See CONTRIBUTING for more information and recent commit messages for examples.
-
If this PR adds a new module
- [ ] Added myself as module maintainer. See example.
Maintainer CC
@Janik-Haag