summaryrefslogtreecommitdiff
path: root/sys/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/hardware/default.nix')
-rw-r--r--sys/hardware/default.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/hardware/default.nix b/sys/hardware/default.nix
new file mode 100644
index 0000000..10bdece
--- /dev/null
+++ b/sys/hardware/default.nix
@@ -0,0 +1,12 @@
+{
+ imports = [
+ ./altera.nix
+ ./apc.nix
+ ./bluetooth.nix
+ ./epson.nix
+ ./laptop.nix
+ ./printing.nix
+ ./thinkpad.nix
+ ./yubico.nix
+ ];
+}