From 86e8b8a924582118ae6faed37ee2bdc66250de77 Mon Sep 17 00:00:00 2001 From: pagedmov Date: Tue, 3 Mar 2026 21:14:55 -0500 Subject: [PATCH] fixup! fixup! Updated home manager module with options for recent feature additions --- nix/hm-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index a1e04ce..e2cf47c 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -51,7 +51,7 @@ in type = lib.types.listOf (lib.types.submodule { options = { 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 = []; description = "The editing modes this keymap can be used in"; };