Attrset of dconf profiles. By default the user profile is used which ends up in /etc/dconf/profile/user.
Declarations
Type
attribute set of (absolute path or package or (submodule))Default
{ }Example
{
# A "user" profile with a database
user.databases = [
{
settings = { };
}
];
# A "bar" profile from a package
bar = pkgs.bar-dconf-profile;
# A "foo" profile from a path
foo = ${./foo}
};