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