install lazygit
This commit is contained in:
parent
8d753e83c8
commit
a621f4614c
|
@ -1,6 +1,10 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }:
|
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
lazygit
|
||||||
|
];
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "sajenim";
|
userName = "sajenim";
|
||||||
|
|
Loading…
Reference in a new issue