Files
dotfiles/home-modules/clipboard.nix
Lennart J. Kurzweg (Nx2) 76e83f6498 more fixes
2025-06-10 19:35:53 +02:00

8 lines
94 B
Nix

{ pkgs, ... }:
{
services.clipman = {
package = pkgs.clipman;
enable = true;
};
}