aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/core/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-01-06 15:26:15 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-01-06 15:26:15 -0800
commitbfb31e836f9612e75da6d6d4d718023d716af5dc (patch)
treef47f601fa9d3bda72e30f6e16bfa236d855c03a4 /hosts/common/core/default.nix
parentde85999ae435b413df9828ad9e8686bfc6f38301 (diff)
downloadnix-bfb31e836f9612e75da6d6d4d718023d716af5dc.tar
nix-bfb31e836f9612e75da6d6d4d718023d716af5dc.tar.gz
nix-bfb31e836f9612e75da6d6d4d718023d716af5dc.tar.bz2
nix-bfb31e836f9612e75da6d6d4d718023d716af5dc.tar.lz
nix-bfb31e836f9612e75da6d6d4d718023d716af5dc.tar.xz
nix-bfb31e836f9612e75da6d6d4d718023d716af5dc.tar.zst
nix-bfb31e836f9612e75da6d6d4d718023d716af5dc.zip
Revert dbus implementation to dbus
Diffstat (limited to 'hosts/common/core/default.nix')
-rw-r--r--hosts/common/core/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix
index 8149d18..0090e45 100644
--- a/hosts/common/core/default.nix
+++ b/hosts/common/core/default.nix
@@ -116,5 +116,5 @@
programs.tmux.enable = true;
programs.zsh.enable = true;
- services.dbus.implementation = "broker";
+ #services.dbus.implementation = "broker";
}