modules: add modules for socket activation

This commit is contained in:
2023-07-28 17:59:34 +02:00
parent f1e8c87acd
commit 4456244f2d
14 changed files with 2003 additions and 119 deletions

4
home/services/copyq.nix Normal file
View File

@@ -0,0 +1,4 @@
{ ... }:
{
services.copyq.enable = true;
}