aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-10-06 19:48:14 +0000
committerKatharina Fey <kookie@spacekookie.de>2019-10-06 19:55:18 +0000
commitb41c025fc13203214a45746e9c1a8b346602afea (patch)
treec993436c2e84c7706bba031394658bce2fe425cb /modules/workstation
parent643a6b1b719f711695e356ab5b827e4824c5f26d (diff)
<>: Move trackout module from input to hardware
Diffstat (limited to 'modules/workstation')
-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";