config lazygit

This commit is contained in:
Don Harper 2024-03-27 07:23:30 -05:00
parent c8813b01f0
commit 38ba29213f

View file

@ -1,6 +1,11 @@
{ pkgs, config, ... }:
{
programs.lazygit = {
settings = {
os.editPreset = "lvim";
};
};
programs.git = {
enable = true;
aliases = {