blink: disable cmdline completion

This commit is contained in:
Ching Pei Yang 2024-12-26 05:38:31 +01:00
parent 96e66e5ea2
commit d130845ba1
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -36,6 +36,12 @@ in {
description = "Default list of sources to enable for completion.";
};
cmdline = mkOption {
type = listOf str;
default = [];
description = "List of sources to enable for cmdline";
};
providers = mkOption {
type = attrsOf providerType;
default = {};