nixos/deepin: add dde-calendar dbus service
This commit is contained in:
parent
788b45fa13
commit
1294aaece6
@ -32,11 +32,13 @@
|
||||
(lib.mkIf config.services.deepin.core.enable {
|
||||
environment.systemPackages = [
|
||||
pkgs.deepin.dde-api
|
||||
pkgs.deepin.dde-calendar
|
||||
pkgs.deepin.dde-daemon
|
||||
];
|
||||
|
||||
services.dbus.packages = [
|
||||
pkgs.deepin.dde-api
|
||||
pkgs.deepin.dde-calendar
|
||||
pkgs.deepin.dde-daemon
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user