about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/shiki.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 9b5508c9..e4930880 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -372,6 +372,9 @@ in {
       enable = true;
     };
 
+    # some Gnome-infested programs break without dconf
+    programs.dconf.enable = true;
+
     virtualisation.docker.enable = true;
     # virtualisation.virtualbox.host.enable = true;
     # virtualisation.libvirtd.enable = true;