home: services: Add adb.

This commit is contained in:
Raghav Gururajan 2022-03-12 12:10:04 -05:00
parent 96747bce58
commit 6be24aa259
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,10 @@
(home-shepherd-configuration
(services
(list
(shepherd-service
(provision '(adb))
(start #~(make-system-constructor "adb start-server"))
(stop #~(make-system-destructor "adb kill-server")))
(shepherd-service
(provision '(emacs))
(start #~(make-system-constructor "emacs --daemon"))