This commit is contained in:
Harivansh Rathi 2026-03-13 16:44:38 -04:00
parent fc8675e1b0
commit 550fca2383
13 changed files with 151 additions and 163 deletions

View file

@ -9,6 +9,7 @@
};
taps = [
# riptide-dev is still sourced from this tap.
"humanlayer/humanlayer"
];

View file

@ -11,6 +11,8 @@ in {
services.karabiner-elements.enable = true;
# Upstream nix-darwin still expects Karabiner's old agent layout. Override it
# here until the built-in module catches up to the 15.7+ bundle structure.
# Karabiner-Elements 15.7.0 moved its user launch agents into the
# Non-Privileged Agents v2 bundle and renamed karabiner_grabber.
# nix-darwin's built-in module still points at the old top-level paths.