feat(programs): add jujutsu(jj) package
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -80,5 +80,6 @@
|
|||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./attic.nix
|
./attic.nix
|
||||||
./cfcli.nix
|
./cfcli.nix
|
||||||
|
./jujutsu.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
1
home/programs/jujutsu.nix
Normal file
1
home/programs/jujutsu.nix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{pkgs, ...}: {home.packages = [pkgs.jujutsu];}
|
||||||
Reference in New Issue
Block a user