# Pastebin gOuZlOSM systemd.services.dconf-update = { description = "Updates system-db after site settings are changed"; restartTriggers = [ config.environment.etc."dconf/db/site.d/00_site_settings".source ]; serviceConfig = { Type = "oneshot"; ExecStart = "${pkgs.gnome3.dconf}/bin/dconf update"; }; };