From d23f4cf261f0cb611597468bb1bb6a4be81c82ae Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Thu, 16 Jan 2025 23:05:31 +0800 Subject: [PATCH] switch dbus impl to broker --- nixos/configurations/Tytonidae/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/configurations/Tytonidae/default.nix b/nixos/configurations/Tytonidae/default.nix index d2c1925..5d4eb86 100644 --- a/nixos/configurations/Tytonidae/default.nix +++ b/nixos/configurations/Tytonidae/default.nix @@ -73,6 +73,7 @@ ]; environment.variables.EDITOR = "hx"; + services.dbus.implementation = "broker"; boot = { kernelPackages = pkgs.linuxPackages_zen;