blink: disable cmdline completion

This commit is contained in:
Ching Pei Yang 2024-12-26 05:38:31 +01:00
parent fb91b1bbaa
commit c2185f25df
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 = {};