nixos-config/config/sway/cliphist.nix

5 lines
48 B
Nix
Raw Normal View History

2024-11-24 16:30:01 +00:00
{ ... }:
{
services.cliphist.enable = true;
}