Give services their own place

This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:03:56 +02:00
parent 41425481db
commit 4f1ef8d95f
8 changed files with 27 additions and 13 deletions
@@ -0,0 +1,14 @@
{
"schemaVersion": 1,
"id": "omarchy.battery",
"name": "Battery",
"version": "1.0.0",
"author": "Omarchy",
"description": "Low battery warning service",
"kinds": [
"service"
],
"entryPoints": {
"service": "Service.qml"
}
}