modules/input: disable page buttons also for opr by default
This commit is contained in:
parent
60f2d1e8ff
commit
6ce249fa02
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ in
|
||||||
};
|
};
|
||||||
mode = mkOption {
|
mode = mkOption {
|
||||||
type = types.mode;
|
type = types.mode;
|
||||||
default = [ "n" "v" "i" ];
|
default = "";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue