nixos-config/hosts/precision-5530/home/modules/hyprland/cliphist.nix

6 lines
52 B
Nix

{
services.cliphist = {
enable = true;
};
}