mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
nixos/kmonad: remove unnecessary cli flag --input
input has already been set in the config file.
This commit is contained in:
parent
1ef77d2fdc
commit
ed3f112a0e
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ let
|
||||||
cmd =
|
cmd =
|
||||||
[
|
[
|
||||||
(lib.getExe cfg.package)
|
(lib.getExe cfg.package)
|
||||||
"--input"
|
|
||||||
''device-file "${keyboard.device}"''
|
|
||||||
]
|
]
|
||||||
++ cfg.extraArgs
|
++ cfg.extraArgs
|
||||||
++ [ "${mkCfg keyboard}" ];
|
++ [ "${mkCfg keyboard}" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue