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
|
nix-prefetch-scripts
|
||||||
|
|
||||||
# Version Control Systems
|
# Version Control Systems
|
||||||
git-crypt
|
|
||||||
unstablepkgs.pijul
|
unstablepkgs.pijul
|
||||||
gitless
|
gitless
|
||||||
gitRepo
|
gitRepo
|
||||||
|
|
|
@ -50,6 +50,10 @@ in {
|
||||||
|
|
||||||
home.packages =
|
home.packages =
|
||||||
[] ++ (with pkgs; [
|
[] ++ (with pkgs; [
|
||||||
|
# git helpers
|
||||||
|
git-crypt
|
||||||
|
|
||||||
|
vcsh
|
||||||
# Authentication
|
# Authentication
|
||||||
cacert
|
cacert
|
||||||
openssl
|
openssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue