Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix
index 62c290d..76045e4 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -226,6 +226,8 @@
   # Enable touchpad support (enabled default in most desktopManager).
   services.xserver.libinput.enable = true;
 
+  packages.dconf.enable = true;
+
   # Define a user account. Don't forget to set a password with ‘passwd’.
   users.users.minion = {
     isNormalUser = true;