0
0
Fork 0
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:
github-actions[bot] 2023-10-20 18:01:21 +00:00 committed by GitHub
commit 02a21c89b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
162 changed files with 1206 additions and 1534 deletions

View file

@ -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");
};

View file

@ -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
'');
};

View file

@ -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");
};

View file

@ -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
'');
};