From d7d606a3baaa5ca270daeb6989ca1170f120ace6 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 19 Jul 2021 10:33:06 +0200 Subject: shiki: enable dconf --- machines/profpatsch/shiki.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines/profpatsch') 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; -- cgit 1.4.1