From ed3f112a0e6bafe629f602fd7b1e313ed1a57ad6 Mon Sep 17 00:00:00 2001 From: Lin Jian Date: Thu, 2 Jan 2025 06:11:49 +0800 Subject: [PATCH] nixos/kmonad: remove unnecessary cli flag --input input has already been set in the config file. --- nixos/modules/services/hardware/kmonad.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/hardware/kmonad.nix b/nixos/modules/services/hardware/kmonad.nix index 687224fae2e9..86e9e32012cf 100644 --- a/nixos/modules/services/hardware/kmonad.nix +++ b/nixos/modules/services/hardware/kmonad.nix @@ -122,8 +122,6 @@ let cmd = [ (lib.getExe cfg.package) - "--input" - ''device-file "${keyboard.device}"'' ] ++ cfg.extraArgs ++ [ "${mkCfg keyboard}" ];