diff --git a/modules/input.nix b/modules/input.nix index 26a7637..663a018 100644 --- a/modules/input.nix +++ b/modules/input.nix @@ -18,7 +18,7 @@ in apply = x: assert (builtins.stringLength x == 1 || abort " `${x}` is longer than one character is not allowed"); x; }; - exMode.enable = (mkEnableOption "Ex mode") // { default = true; }; + exMode.enable = mkEnableOption "Ex mode"; arrowKeys = { disable = mkOption { type = types.bool;