1
Fork 0

feat: added guorce

This commit is contained in:
Matei Adriel 2020-04-09 11:59:55 +03:00
parent 4dfe026393
commit 78f524d8cc

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home-manager.users.adrielus = { home-manager.users.adrielus = {
home.packages = with pkgs.gitAndTools; [ hub ]; home.packages = with pkgs; [ gource gitAndTools.hub ];
programs.git = { programs.git = {
enable = true; enable = true;