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