mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
docs: clarify lazygit.package
usage
This commit is contained in:
parent
132b93a633
commit
719db99067
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ with builtins; {
|
|||
package = mkOption {
|
||||
type = with types; nullOr package;
|
||||
default = pkgs.lazygit;
|
||||
description = "The package to use for lazygit, null means do not install automatically";
|
||||
description = "The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue