configuration.nix/home/modules/programs/cliphist/default.nix

7 lines
95 B
Nix

{
services.cliphist = {
enable = true;
systemdTarget = "sway-session.target";
};
}