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

This commit is contained in:
2026-02-17 12:05:30 +05:30
parent 9acb378e5f
commit 998ebc1164
2 changed files with 2 additions and 0 deletions

View File

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