From 09bf279baf62e299c62884cfad8874a8c5929b0c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 Dec 2019 17:39:07 +0100 Subject: dbus on sif --- sif.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sif.nix b/sif.nix index 22391a88..7ed7e8ac 100644 --- a/sif.nix +++ b/sif.nix @@ -406,6 +406,10 @@ SystemMaxUse=100M ''; + services.dbus.packages = with pkgs; + [ dbus gnome3.dconf + ]; + system.stateVersion = "20.03"; # Did you read the comment? } -- cgit v1.2.3