switch dbus impl to broker

This commit is contained in:
ulic-youthlic 2025-01-16 23:05:31 +08:00
parent 0a780c9a15
commit d23f4cf261
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -73,6 +73,7 @@
];
environment.variables.EDITOR = "hx";
services.dbus.implementation = "broker";
boot = {
kernelPackages = pkgs.linuxPackages_zen;