Lazygit
This commit is contained in:
parent
d560d0bf84
commit
248babab24
5 changed files with 24 additions and 5 deletions
home/features/cli
9
home/features/cli/lazygit.nix
Normal file
9
home/features/cli/lazygit.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, ... }: {
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings.promptToReturnFromSubprocess = false;
|
||||
};
|
||||
|
||||
satellite.persistence.at.state.apps.lazygit.directories =
|
||||
[ "${config.xdg.configHome}/lazygit" ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue