Skip to content

Dconf

programs.dconf.enable

Whether to enable dconf. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/dconf.nix

programs.dconf.packages

A list of packages which provide dconf profiles and databases in {file}/etc/dconf. Type: list of package

Default

[ ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/dconf.nix

programs.dconf.profiles

Attrset of dconf profiles. By default the user profile is used which ends up in /etc/dconf/profile/user.

Type: attribute set of (path or package or (submodule))

Default

{ }

Example

{# A "user" profile with a databaseuser.databases = [{settings = { };}];# A "bar" profile from a packagebar = pkgs.bar-dconf-profile;# A "foo" profile from a pathfoo = ${./foo}};

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/dconf.nix