mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/dependencies: add which
This commit is contained in:
parent
9abe8fd025
commit
9cc70f8c03
3 changed files with 14 additions and 16 deletions
|
@ -14,6 +14,7 @@ let
|
|||
example = [ "gitMinimal" ];
|
||||
};
|
||||
ueberzug.default = "ueberzugpp";
|
||||
which.default = "which";
|
||||
};
|
||||
|
||||
mkDependencyOption = name: properties: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue