nixos/kmonad: remove unnecessary cli flag --input

input has already been set in the config file.
This commit is contained in:
Lin Jian 2025-01-02 06:11:49 +08:00
parent 1ef77d2fdc
commit ed3f112a0e
No known key found for this signature in database
GPG key ID: A6698D36434F75A5

View file

@ -122,8 +122,6 @@ let
cmd =
[
(lib.getExe cfg.package)
"--input"
''device-file "${keyboard.device}"''
]
++ cfg.extraArgs
++ [ "${mkCfg keyboard}" ];