1
Fork 0
This commit is contained in:
prescientmoon 2024-02-26 12:56:54 +01:00
parent d560d0bf84
commit 248babab24
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
5 changed files with 24 additions and 5 deletions
home/features/cli

View file

@ -0,0 +1,9 @@
{ config, ... }: {
programs.lazygit = {
enable = true;
settings.promptToReturnFromSubprocess = false;
};
satellite.persistence.at.state.apps.lazygit.directories =
[ "${config.xdg.configHome}/lazygit" ];
}