Enable d-bus

This commit is contained in:
Natsu Kagami 2023-04-23 11:11:21 +02:00
parent 990352b529
commit f5e39aac35
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -14,12 +14,18 @@ with lib;
"homebrew/bundle" "homebrew/bundle"
"homebrew/cask" "homebrew/cask"
"homebrew/core" "homebrew/core"
"homebrew/services"
]; ];
homebrew.brews = [ homebrew.brews = [
# CLI tools # CLI tools
"pinentry-mac" # UI for Pin Entry on gpg Mac "pinentry-mac" # UI for Pin Entry on gpg Mac
{
name = "d-bus";
restart_service = "changed";
}
# U2F # U2F
"pam-u2f" "pam-u2f"
]; ];