aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/hardware/default.nix
blob: 29f590df27a76f1189202878c7488a0f5261a4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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
 *
 * Not included but available:
 *
 * - TRACKPOINT
 * - CKB
 */

{ ... }:

{
  imports = [
    ./xkblayout
    ./yubikey
  ];
}