aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/hardware/default.nix
blob: 28f684b59064c7843c5f2b22ab49443f70307bb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  ];
}