From f5e39aac357838afeacad24a4a0fe6c00a54ee24 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 23 Apr 2023 11:11:21 +0200 Subject: [PATCH] Enable d-bus --- darwin/brew.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/darwin/brew.nix b/darwin/brew.nix index 82a8524..81e25de 100644 --- a/darwin/brew.nix +++ b/darwin/brew.nix @@ -14,12 +14,18 @@ with lib; "homebrew/bundle" "homebrew/cask" "homebrew/core" + "homebrew/services" ]; homebrew.brews = [ # CLI tools "pinentry-mac" # UI for Pin Entry on gpg Mac + { + name = "d-bus"; + restart_service = "changed"; + } + # U2F "pam-u2f" ];