From 319106364a16a8ba3c0714c622a3494ec47dd370 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 8 Apr 2023 12:26:14 -0400 Subject: [PATCH] add keybase back as homebrew package --- modules/darwin/homebrew.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ]; };