mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 16:00:43 +00:00
Add better-git-branch script
This commit is contained in:
parent
36db61f255
commit
41cd22ea33
4 changed files with 76 additions and 1 deletions
9
home/programs/terminal/tools/git/bin/default.nix
Normal file
9
home/programs/terminal/tools/git/bin/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
packages = {
|
||||
better-git-branch = pkgs.callPackage ./better-git-branch {};
|
||||
};
|
||||
in
|
||||
packages
|
Loading…
Add table
Add a link
Reference in a new issue