mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-13 11:19:27 +08:00
dconf: set env var
This commit is contained in:
committed by
Austin Horstman
parent
ff73544e4a
commit
ec8205c3d7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user