Regenerated

This commit is contained in:
2026-03-24 19:25:16 +00:00
parent ce7a60eee3
commit b268dadec1
22 changed files with 816 additions and 0 deletions
@@ -0,0 +1,6 @@
{ config, pkgs, lib, ... }:
{
services.dbus.enable = true;
# Use default dbus package to satisfy wrappers
}