all repos — nixfiles @ f8f3f8b33e91b545324013fa3c293bdff2d1db9e

System and user configuration, managed by nix and home-manager

use git-get in combination with ghq

Alan Pearce
commit

f8f3f8b33e91b545324013fa3c293bdff2d1db9e

parent

171c086446515137215f13881a90010b8c653809

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M user/settings/git.nixuser/settings/git.nix
@@ -20,6 +20,10 @@ addEmptyPathspec = false;
detachedHead = false; mergeConflict = false; }; + gitget = { + root = "${config.home.homeDirectory}/projects"; + host = "alin.ovh"; + }; ghq = { root = "${config.home.homeDirectory}/projects"; user = "alanpearce";
@@ -124,7 +128,7 @@ ".dir-locals.el"
]; }; home.packages = with pkgs; [ + git-get ghq - gst ]; }