wrapper-manager/dconf: update profiles to profile option

This commit is contained in:
Gabriel Arazas 2024-07-29 19:05:09 +08:00
parent 0d32b27571
commit c702356cab
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -72,11 +72,11 @@ in
''; '';
}; };
profiles = lib.mkOption { profile = lib.mkOption {
type = with lib.types; listOf str; type = with lib.types; listOf str;
description = '' description = ''
A list of dconf profiles that will be used for the A list of dconf databases that will be used for the main dconf
dconf-configured wrapper. profile of the dconf-configured wrapper.
''; '';
default = [ "user-db:user" "file-db:${dconfSettingsDatabase}" ]; default = [ "user-db:user" "file-db:${dconfSettingsDatabase}" ];
defaultText = '' defaultText = ''