move karabiner-elements to homebrew, add macfuse and sshfs-mac

nix-darwin's karabiner module is broken with 15.7+ - the karabiner_grabber
and karabiner_observer binaries no longer exist, causing system daemons to
fail with exit code 78. Moved karabiner-elements to homebrew cask which
handles its own service registration correctly.

Also adds macfuse cask and gromgit/fuse/sshfs-mac brew, updates
agentcomputer-cli flake input, and tweaks zsh alias.
This commit is contained in:
Harivansh Rathi 2026-03-27 23:27:42 -04:00
parent 9c9640cfa1
commit 09d138e992
5 changed files with 10 additions and 33 deletions

View file

@ -9,17 +9,20 @@
};
taps = [
# riptide-dev is still sourced from this tap.
"humanlayer/humanlayer"
"gromgit/fuse"
];
brews = [
"bitwarden-cli"
"gromgit/fuse/sshfs-mac"
];
casks = [
"cap"
"codex"
"karabiner-elements"
"macfuse"
"rectangle"
"raycast"
"riptide-beta"