aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/hardware/default.nix')
-rw-r--r--modules/workstation/hardware/default.nix7
1 files changed, 6 insertions, 1 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
];
}