aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/hardware/default.nix7
-rw-r--r--modules/workstation/hardware/trackpoint/default.nix (renamed from modules/workstation/input/trackpoint.nix)2
2 files changed, 7 insertions, 2 deletions
diff --git a/modules/workstation/hardware/default.nix b/modules/workstation/hardware/default.nix
index 28f684b5906..29f590df27a 100644
--- a/modules/workstation/hardware/default.nix
+++ b/modules/workstation/hardware/default.nix
@@ -4,13 +4,18 @@
* some are only relevant for specific platforms. Still
* the general support should be provided by the
* WORKSTATION module, not be bound to be device specific
+ *
+ * Not included but available:
+ *
+ * - TRACKPOINT
+ * - CKB
*/
{ ... }:
{
imports = [
- ./yubikey
./xkblayout
+ ./yubikey
];
}
diff --git a/modules/workstation/input/trackpoint.nix b/modules/workstation/hardware/trackpoint/default.nix
index e4019d6361d..58de0a72be6 100644
--- a/modules/workstation/input/trackpoint.nix
+++ b/modules/workstation/hardware/trackpoint/default.nix
@@ -3,7 +3,7 @@
* This is a compatibility module for Thinkpad computers
*/
-{ config, .... }: {
+{ config, ... }: {
services.xserver.libinput = {
accelProfile = "flat";
accelSpeed = "-0.2";