modules/dependencies: add zk

This commit is contained in:
Gaetan Lepage 2025-04-07 23:11:12 +02:00 committed by nix-infra-bot
parent 800bee29df
commit 1144fa8698
2 changed files with 9 additions and 7 deletions

View file

@ -46,6 +46,7 @@ let
websocat.default = "websocat";
which.default = "which";
yazi.default = "yazi";
zk.default = "zk";
};
mkDependencyOption = name: properties: {