mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
wrapper-manager/dconf: update profiles
to profile
option
This commit is contained in:
parent
0d32b27571
commit
c702356cab
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user