Added lazygit
This commit is contained in:
@@ -3,7 +3,10 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
programs.git = {
|
home.packages = with pkgs; [ git-ignore ];
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Eclypsed";
|
userName = "Eclypsed";
|
||||||
userEmail = "Ec1ypsed@proton.me";
|
userEmail = "Ec1ypsed@proton.me";
|
||||||
@@ -13,6 +16,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
lazygit = {
|
||||||
home.packages = with pkgs; [ git-ignore ];
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user