home/pueue: init

This commit is contained in:
2024-08-05 16:37:19 +02:00
parent fdcd4e16c2
commit 1aba21d977
2 changed files with 7 additions and 0 deletions

6
home/services/pueue.nix Normal file
View File

@@ -0,0 +1,6 @@
{ ... }:
{
services.pueue = {
enable = true;
};
}