From e98bb24f6da7e85a9b0270de692c58ac4f5d63d2 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 28 Apr 2024 09:35:54 +0300 Subject: [PATCH] modules/input: enable arrows for command mod --- modules/input.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input.nix b/modules/input.nix index 7419447..afdb911 100644 --- a/modules/input.nix +++ b/modules/input.nix @@ -26,7 +26,7 @@ in }; mode = mkOption { type = types.mode; - default = [ "n" "v" "o" "c" ]; + default = [ "n" "v" "o" ]; }; }; pageButtons = {