configures cliphist

This commit is contained in:
Dennis Schoepf 2025-11-25 23:51:16 +01:00
parent 44e1b85f74
commit 1407b6964d
7 changed files with 29 additions and 18 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
services.cliphist = {
enable = true;
allowImages = true;
systemdTargets = [ "graphical-session.target" ];
};
}