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