aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/common/core/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix
index fe25748..771fa0d 100644
--- a/hosts/common/core/default.nix
+++ b/hosts/common/core/default.nix
@@ -112,4 +112,6 @@
programs.mtr.enable = true;
programs.tmux.enable = true;
programs.zsh.enable = true;
+
+ services.dbus.implementation = "broker";
}