add keybase back as homebrew package

This commit is contained in:
Noah Masur 2023-04-08 12:26:14 -04:00
parent fd5d6ab141
commit 319106364a

View File

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