main @ 12 LINES
[ HISTORY ] [ UP ]
┌─ NIX ──────────────────────────────────────────────────────────────────────┐
│ {pkgs, ...}: let │
│ inherit (builtins) attrValues; │
│ in { │
│ services.dbus = { │
│ enable = true; │
│ packages = attrValues { │
│ inherit (pkgs) dconf gcr udisks2; │
│ }; │
│ implementation = "broker"; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ NIX ────────────────────────────────┐
│ {pkgs, ...}: let │
│ inherit (builtins) attrValues; │
│ in { │
│ services.dbus = { │
│ enable = true; │
│ packages = attrValues { │
│ inherit (pkgs) dconf gcr udisks2; │
│ }; │
│ implementation = "broker"; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET