more fixes

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-10 19:35:53 +02:00
parent 46ad89fe0d
commit 76e83f6498
3 changed files with 9 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
services.clipman = {
package = pkgs.clipman;
enable = true;
};
}