diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 8e44fa7..c802d16 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -34,14 +34,15 @@ ]; casks = [ "1password" # 1Password packaging on Nix is broken for macOS - "scroll-reverser" # Different scroll style for mouse vs. trackpad - "meetingbar" # Show meetings in menu bar + "apache-directory-studio" # Packaging on Nix is not available for macOS "gitify" # Git notifications in menu bar + "keybase" # GUI on Nix not available for macOS "logitech-g-hub" # Mouse and keyboard management + "meetingbar" # Show meetings in menu bar "mimestream" # Gmail client "obsidian" # Obsidian packaging on Nix is not available for macOS + "scroll-reverser" # Different scroll style for mouse vs. trackpad "steam" # Not packaged for Nix - "apache-directory-studio" # Packaging on Nix is not available for macOS ]; };