mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-08-17 10:10:17 +00:00
home: services: noctalia-shell: Depend on dbus shepherd service.
* modules/rosenthal/services/desktop.scm (%home-noctalia-shell-shepherd) [requirement]: Add dbus.
This commit is contained in:
parent
42c95a4d09
commit
f729ee2641
@ -400,7 +400,7 @@ compositor.")))
|
|||||||
(list (shepherd-service
|
(list (shepherd-service
|
||||||
(documentation "Start noctalia-shell.")
|
(documentation "Start noctalia-shell.")
|
||||||
(provision '(noctalia-shell))
|
(provision '(noctalia-shell))
|
||||||
(requirement '(graphical-session))
|
(requirement '(dbus graphical-session))
|
||||||
(modules '((shepherd support)))
|
(modules '((shepherd support)))
|
||||||
(start
|
(start
|
||||||
#~(lambda args
|
#~(lambda args
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user