home: services: Add adb.

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

View File

@ -252,6 +252,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"))