mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/deepin: add dde-calendar dbus service
This commit is contained in:
parent
788b45fa13
commit
1294aaece6
1 changed files with 2 additions and 0 deletions
|
@ -32,11 +32,13 @@
|
||||||
(lib.mkIf config.services.deepin.core.enable {
|
(lib.mkIf config.services.deepin.core.enable {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.deepin.dde-api
|
pkgs.deepin.dde-api
|
||||||
|
pkgs.deepin.dde-calendar
|
||||||
pkgs.deepin.dde-daemon
|
pkgs.deepin.dde-daemon
|
||||||
];
|
];
|
||||||
|
|
||||||
services.dbus.packages = [
|
services.dbus.packages = [
|
||||||
pkgs.deepin.dde-api
|
pkgs.deepin.dde-api
|
||||||
|
pkgs.deepin.dde-calendar
|
||||||
pkgs.deepin.dde-daemon
|
pkgs.deepin.dde-daemon
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue