NixToSee/modules/wm_and_de/components/dbus.nix

6 lines
93 B
Nix

{...}: {
services.dbus = {
implementation = "broker";
apparmor = "enabled";
};
}