From c702356cab28ab354fd91bae11e61605304e8731 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 29 Jul 2024 19:05:09 +0800 Subject: [PATCH] wrapper-manager/dconf: update `profiles` to `profile` option --- modules/wrapper-manager/dconf.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/wrapper-manager/dconf.nix b/modules/wrapper-manager/dconf.nix index 4fe7b0db..b7179ff8 100644 --- a/modules/wrapper-manager/dconf.nix +++ b/modules/wrapper-manager/dconf.nix @@ -72,11 +72,11 @@ in ''; }; - profiles = lib.mkOption { + profile = lib.mkOption { type = with lib.types; listOf str; description = '' - A list of dconf profiles that will be used for the - dconf-configured wrapper. + A list of dconf databases that will be used for the main dconf + profile of the dconf-configured wrapper. ''; default = [ "user-db:user" "file-db:${dconfSettingsDatabase}" ]; defaultText = ''