fix Discord on macOS: use Homebrew cask instead of broken nixpkgs bundle

This commit is contained in:
Noah Masur
2026-07-20 17:50:54 -04:00
parent 27917ffede
commit 638b112db9
3 changed files with 9 additions and 2 deletions
@@ -56,7 +56,10 @@ in
"/System/Applications/Mail.app"
"/Applications/zoom.us.app"
"${config.programs.ghostty.package}/Applications/Ghostty.app"
"${pkgs.discord}/Applications/Discord.app"
# Discord comes from Homebrew on macOS: the nixpkgs bundle is
# modified in place, breaking its notarization seal, so macOS 26+
# refuses to launch it ("damaged"). See presets/programs/homebrew.nix.
"/Applications/Discord.app"
"${pkgs.obsidian}/Applications/Obsidian.app"
"${pkgs.thunderbird}/Applications/Thunderbird.app"
];