nix/home/netty.nix
Harivansh Rathi 8ad1784a82 Add netty worktree helpers
Add netty-specific worktree helper commands and a zsh wrapper that creates sibling worktrees and cds into them.

Also split script packaging so Darwin keeps the existing wt integration while netty gets git-worktree-based helpers.

Co-authored-by: Codex <noreply@openai.com>
2026-03-30 16:37:46 +00:00

6 lines
72 B
Nix

{...}: {
imports = [
./common.nix
./netty-worktree.nix
];
}