mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
dconf: set env var
This commit is contained in:
parent
ff73544e4a
commit
ec8205c3d7
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ in
|
|||
{
|
||||
home.packages = [ pkgs.dconf ];
|
||||
dbus.packages = [ pkgs.dconf ];
|
||||
home.sessionVariables.GIO_EXTRA_MODULES = "${pkgs.dconf.lib}/lib/gio/modules";
|
||||
}
|
||||
// lib.mkIf (cfg.settings != { }) {
|
||||
# Make sure the dconf directory exists.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue