mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 06:04:42 +00:00
cleanup
This commit is contained in:
parent
fc8675e1b0
commit
550fca2383
13 changed files with 151 additions and 163 deletions
|
|
@ -9,6 +9,7 @@
|
|||
};
|
||||
|
||||
taps = [
|
||||
# riptide-dev is still sourced from this tap.
|
||||
"humanlayer/humanlayer"
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue