1
0
Fork 0
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:
Rosario Pulella 2025-05-14 19:12:04 -04:00 committed by Austin Horstman
parent ff73544e4a
commit ec8205c3d7

View file

@ -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.