add lazygit

This commit is contained in:
Kim, Jimin 2025-03-08 20:01:18 +09:00
parent c7b210b190
commit 3b9323b162
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,7 @@
"justfile",
"keymaps",
"killall",
"lazygit",
"lunarclient",
"Meslo",
"monero",

View file

@ -1,6 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
lazygit
];
programs.git = {
enable = true;
lfs.enable = true;