From 719db9906772d553422c3566041923012b0a8279 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 28 Apr 2023 09:49:31 +0300 Subject: [PATCH] docs: clarify `lazygit.package` usage --- modules/terminal/toggleterm/toggleterm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/terminal/toggleterm/toggleterm.nix b/modules/terminal/toggleterm/toggleterm.nix index e304bf68..09b03f25 100644 --- a/modules/terminal/toggleterm/toggleterm.nix +++ b/modules/terminal/toggleterm/toggleterm.nix @@ -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"; }; }; };