home/common: add git helpers
This commit is contained in:
parent
fa8eab4b75
commit
7572248be0
2 changed files with 4 additions and 1 deletions
|
@ -88,7 +88,6 @@ in {
|
|||
nix-prefetch-scripts
|
||||
|
||||
# Version Control Systems
|
||||
git-crypt
|
||||
unstablepkgs.pijul
|
||||
gitless
|
||||
gitRepo
|
||||
|
|
|
@ -50,6 +50,10 @@ in {
|
|||
|
||||
home.packages =
|
||||
[] ++ (with pkgs; [
|
||||
# git helpers
|
||||
git-crypt
|
||||
|
||||
vcsh
|
||||
# Authentication
|
||||
cacert
|
||||
openssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue