From 432cd97b53bc78d156498bc29106b93a060e85b5 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 5 May 2021 12:47:34 +0200 Subject: [PATCH] machines: aramis: enable bluetooth --- machines/aramis/bluetooth.nix | 5 +++++ machines/aramis/default.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 machines/aramis/bluetooth.nix diff --git a/machines/aramis/bluetooth.nix b/machines/aramis/bluetooth.nix new file mode 100644 index 0000000..0255a72 --- /dev/null +++ b/machines/aramis/bluetooth.nix @@ -0,0 +1,5 @@ +{ ... }: +{ + # Bluetooth integration + my.modules.bluetooth.enable = true; +} diff --git a/machines/aramis/default.nix b/machines/aramis/default.nix index 59f373f..221da9e 100644 --- a/machines/aramis/default.nix +++ b/machines/aramis/default.nix @@ -6,6 +6,7 @@ { imports = [ + ./bluetooth.nix ./boot.nix ./hardware.nix ./home.nix