From 94f8e8cb174e55f843686c63b54bafdd20e6644d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 25 Sep 2025 15:12:39 +0200 Subject: [PATCH] cliphist: Use upstream default options --- modules/home/services/cliphist.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/services/cliphist.nix b/modules/home/services/cliphist.nix index ba7d34a..e3b8988 100644 --- a/modules/home/services/cliphist.nix +++ b/modules/home/services/cliphist.nix @@ -18,6 +18,7 @@ services.cliphist = { enable = true; allowImages = false; + extraOptions = [ ]; }; systemd.user.services.cliphist.Service.ExecStopPost =