fixup! fixup! Updated home manager module with options for recent feature additions

This commit is contained in:
2026-03-03 21:14:55 -05:00
parent 2f9117f326
commit 86e8b8a924

View File

@@ -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";
}; };