Compare commits

...

1 Commits

Author SHA1 Message Date
26068a9dc5 feat(programs): add jujutsu(jj) package
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
2026-02-17 12:05:30 +05:30
2 changed files with 2 additions and 0 deletions

View File

@@ -80,5 +80,6 @@
./zoxide.nix
./attic.nix
./cfcli.nix
./jujutsu.nix
];
}

View File

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