nixos/kmonad: make type of delay more strict
This commit is contained in:
@@ -56,7 +56,7 @@ let
|
||||
};
|
||||
|
||||
delay = lib.mkOption {
|
||||
type = lib.types.int;
|
||||
type = lib.types.ints.unsigned;
|
||||
default = 5;
|
||||
description = "The delay (in milliseconds) between compose key sequences.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user