Added lazygit to git file and added alias
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.gh];
|
||||
home.packages = with pkgs; [
|
||||
gh
|
||||
];
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
@@ -7,4 +13,8 @@
|
||||
userName = "Thomas Syms";
|
||||
userEmail = "thomassyms@gmail.com";
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
lgit = "lazygit";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user