diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-05-12 13:39:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-05-12 13:39:52 -0700 |
| commit | 7ebc556663c2dd462bd1fb4aa3226ec6fcbe23b6 (patch) | |
| tree | a802b198dc175aaa812f2327720b7f3fb4f0f451 /modules/hardware/default.nix | |
| parent | docs: some documentation (diff) | |
| download | infra-7ebc556663c2dd462bd1fb4aa3226ec6fcbe23b6.tar.gz | |
add modules to manage bluetooth
Diffstat (limited to '')
| -rw-r--r-- | modules/hardware/default.nix | 2 |
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 ]; } |
