modules/input: enable arrows for command mod

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-28 09:35:54 +03:00
parent 50aa153e3a
commit e98bb24f6d
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2

View File

@ -26,7 +26,7 @@ in
}; };
mode = mkOption { mode = mkOption {
type = types.mode; type = types.mode;
default = [ "n" "v" "o" "c" ]; default = [ "n" "v" "o" ];
}; };
}; };
pageButtons = { pageButtons = {