cliphist: Reenable the separate image service

See https://github.com/nix-community/home-manager/issues/7898#issuecomment-3413281971
This commit is contained in:
SebastianStork 2025-10-18 13:30:13 +02:00
parent aa7cd9f8db
commit aec201868c
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -17,7 +17,6 @@
services.cliphist = { services.cliphist = {
enable = true; enable = true;
allowImages = false;
extraOptions = [ ]; extraOptions = [ ];
}; };