aboutsummaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-12 13:39:52 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-12 13:39:52 -0700
commit7ebc556663c2dd462bd1fb4aa3226ec6fcbe23b6 (patch)
treea802b198dc175aaa812f2327720b7f3fb4f0f451 /modules/hardware/default.nix
parentdocs: some documentation (diff)
downloadinfra-7ebc556663c2dd462bd1fb4aa3226ec6fcbe23b6.tar.gz
add modules to manage bluetooth
Diffstat (limited to '')
-rw-r--r--modules/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix
index 843c1f5..21e4713 100644
--- a/modules/hardware/default.nix
+++ b/modules/hardware/default.nix
@@ -1,5 +1,5 @@
{ ... }:
{
- imports = [ ./amd ./intel ./ssd ./sound ./networking ];
+ imports = [ ./amd ./bluetooth ./intel ./ssd ./sound ./networking ];
}