docs: clarify lazygit.package usage

This commit is contained in:
NotAShelf 2023-04-28 09:49:31 +03:00
parent 132b93a633
commit 719db99067
No known key found for this signature in database
GPG key ID: 05A3BD53FEB32B81

View file

@ -28,7 +28,7 @@ with builtins; {
package = mkOption { package = mkOption {
type = with types; nullOr package; type = with types; nullOr package;
default = pkgs.lazygit; 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";
}; };
}; };
}; };