2024-08-30 01:13:01 +02:00
|
|
|
{ config, ... }:
|
|
|
|
{
|
2024-02-26 12:56:54 +01:00
|
|
|
programs.lazygit = {
|
|
|
|
enable = true;
|
2024-08-30 01:13:01 +02:00
|
|
|
settings = {
|
|
|
|
promptToReturnFromSubprocess = false;
|
|
|
|
disableStartupPopups = true;
|
|
|
|
};
|
2024-02-26 12:56:54 +01:00
|
|
|
};
|
|
|
|
|
2024-08-30 01:13:01 +02:00
|
|
|
satellite.persistence.at.state.apps.lazygit.directories = [ "${config.xdg.configHome}/lazygit" ];
|
2024-02-26 12:56:54 +01:00
|
|
|
}
|