Regenerated

This commit is contained in:
2026-03-24 19:07:01 +00:00
parent f50f07ff08
commit 3f17f70c67
23 changed files with 8 additions and 827 deletions
@@ -1,11 +0,0 @@
{ config, pkgs, lib, ... }:
{
#################################
# System-level DBus service
#################################
services.dbus = {
enable = true;
dbusPackage = pkgs.dbus-broker; # Correct option in NixOS 26.05
};
}