Install lazygit
This commit is contained in:
parent
e1042b2653
commit
9c2753cecd
|
@ -1,6 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.lazygit
|
||||||
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Thomas Avé";
|
userName = "Thomas Avé";
|
||||||
|
|
Loading…
Reference in New Issue