services.stash-clipboard.excludedApps

NixOS option

List of application classes to exclude from the database. Entries from these apps are still copied to the clipboard, but it will never be put inside the database.

type: list of string
Default
[ ]
Example
[
  "Bitwarden"
]
declared in: nixos/modules/services/misc/stash-clipboard.nixView source on NixOS/nixpkgs →