nixos-config/modules/home/cliphist.nix
2025-05-03 22:17:26 +02:00

8 lines
84 B
Nix

{...}: {
services.cliphist = {
enable = true;
allowImages = true;
};
}