config lazygit
This commit is contained in:
parent
c8813b01f0
commit
38ba29213f
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs.lazygit = {
|
||||
settings = {
|
||||
os.editPreset = "lvim";
|
||||
};
|
||||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
aliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue