mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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 =
|
||||
[
|
||||
(lib.getExe cfg.package)
|
||||
"--input"
|
||||
''device-file "${keyboard.device}"''
|
||||
]
|
||||
++ cfg.extraArgs
|
||||
++ [ "${mkCfg keyboard}" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue