nix-config/bak/modules/wm/cliphist/default.nix
2026-03-03 10:46:08 +01:00

9 lines
140 B
Nix

{ ... }:
{
services.cliphist = {
enable = true;
allowImages = true;
systemdTargets = [ "graphical-session.target" ];
};
}