mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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;
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user