From 7ebc556663c2dd462bd1fb4aa3226ec6fcbe23b6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 May 2022 13:39:52 -0700 Subject: add modules to manage bluetooth --- modules/hardware/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hardware/default.nix') 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 ]; } -- cgit v1.2.3