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.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/workstation/hardware/default.nix b/modules/workstation/hardware/default.nix
new file mode 100644
index 00000000000..28f684b5906
--- /dev/null
+++ b/modules/workstation/hardware/default.nix
@@ -0,0 +1,16 @@
+/* HARDWARE SUPPORT MODULE
+ *
+ * This module doesn't include ALL submodules because
+ * 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
+ */
+
+{ ... }:
+
+{
+ imports = [
+ ./yubikey
+ ./xkblayout
+ ];
+}