mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-08 18:02:06 +00:00
(lazygit) add option package
This commit is contained in:
parent
f8ff3cd9fa
commit
2018cd7b2f
2 changed files with 17 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
|
@ -24,6 +25,11 @@ with builtins; {
|
|||
default = "float";
|
||||
description = "Direction of the lazygit window";
|
||||
};
|
||||
package = mkOption {
|
||||
type = with types; nullOr package;
|
||||
default = pkgs.lazygit;
|
||||
description = "The package to use for lazygit, null means do not install automatically";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue