9 lines
140 B
Nix
9 lines
140 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.cliphist = {
|
|
enable = true;
|
|
allowImages = true;
|
|
systemdTargets = [ "graphical-session.target" ];
|
|
};
|
|
}
|