about summary refs log tree commit diff
path: root/machines/profpatsch/shiki.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-07-19 10:33:06 +0200
committerProfpatsch <mail@profpatsch.de>2021-07-19 10:37:56 +0200
commitd7d606a3baaa5ca270daeb6989ca1170f120ace6 (patch)
tree3bbffd474885ae3a3f12da4ac67954d336bf41c5 /machines/profpatsch/shiki.nix
parentab46a16b083e5407c8af590d6d306bce88184df3 (diff)
shiki: enable dconf
Diffstat (limited to 'machines/profpatsch/shiki.nix')
-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;