Regenerated

This commit is contained in:
2026-03-24 19:02:50 +00:00
parent 010c9248fd
commit 9bd49e5307
22 changed files with 819 additions and 0 deletions
@@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
{
services.dbus = {
enable = true;
# Use the dbus-broker backend explicitly
package = pkgs.dbus-broker;
};
}