add jj-starship and fix zellij lockout

This commit is contained in:
Noah Masur
2026-02-26 09:46:53 -05:00
parent 84bffd13e8
commit 9a97d94ffa
5 changed files with 86 additions and 12 deletions

View File

@@ -75,6 +75,11 @@
inputs.rust-overlay.follows = "rust-overlay";
};
jj-starship = {
url = "github:dmmulroy/jj-starship";
inputs.nixpkgs.follows = "nixpkgs";
};
# # Text editor
# helix = {
# url = "github:helix-editor/helix";