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, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
programs.lazygit = {
|
||||||
|
settings = {
|
||||||
|
os.editPreset = "lvim";
|
||||||
|
};
|
||||||
|
};
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
aliases = {
|
aliases = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue