fixup! fixup! Updated home manager module with options for recent feature additions
This commit is contained in:
@@ -51,7 +51,7 @@ in
|
|||||||
type = lib.types.listOf (lib.types.submodule {
|
type = lib.types.listOf (lib.types.submodule {
|
||||||
options = {
|
options = {
|
||||||
modes = lib.mkOption {
|
modes = lib.mkOption {
|
||||||
type = lib.listOf (lib.types.enum [ "n" "i" "x" "v" "o" "r" ]);
|
type = lib.types.listOf (lib.types.enum [ "n" "i" "x" "v" "o" "r" ]);
|
||||||
default = [];
|
default = [];
|
||||||
description = "The editing modes this keymap can be used in";
|
description = "The editing modes this keymap can be used in";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user