mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge staging-next into staging
This commit is contained in:
commit
02a21c89b8
162 changed files with 1206 additions and 1534 deletions
|
@ -14,7 +14,7 @@ with lib;
|
|||
|
||||
services.deepin.app-services = {
|
||||
|
||||
enable = mkEnableOption (lib.mdDoc "Service collection of DDE applications, including dconfig-center");
|
||||
enable = mkEnableOption (lib.mdDoc "service collection of DDE applications, including dconfig-center");
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ with lib;
|
|||
services.deepin.dde-api = {
|
||||
|
||||
enable = mkEnableOption (lib.mdDoc ''
|
||||
Provides some dbus interfaces that is used for screen zone detecting,
|
||||
thumbnail generating, and sound playing in Deepin Desktop Environment.
|
||||
some dbus interfaces that is used for screen zone detecting,
|
||||
thumbnail generating, and sound playing in Deepin Desktop Environment
|
||||
'');
|
||||
|
||||
};
|
||||
|
|
|
@ -14,7 +14,7 @@ with lib;
|
|||
|
||||
services.deepin.dde-daemon = {
|
||||
|
||||
enable = mkEnableOption (lib.mdDoc "Daemon for handling the deepin session settings");
|
||||
enable = mkEnableOption (lib.mdDoc "daemon for handling the deepin session settings");
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ in
|
|||
|
||||
options = {
|
||||
services.gnome.gnome-browser-connector.enable = mkEnableOption (mdDoc ''
|
||||
Native host connector for the GNOME Shell browser extension, a DBus service
|
||||
allowing to install GNOME Shell extensions from a web browser.
|
||||
native host connector for the GNOME Shell browser extension, a DBus service
|
||||
allowing to install GNOME Shell extensions from a web browser
|
||||
'');
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue