feat(programs): add jujutsu(jj) package
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
2026-02-17 12:05:30 +05:30
parent e249f13313
commit 26068a9dc5
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
{pkgs, ...}: {home.packages = [pkgs.jujutsu];}