machines: aramis: enable bluetooth
This commit is contained in:
parent
b115d94cd6
commit
2b8d01f056
5
machines/aramis/bluetooth.nix
Normal file
5
machines/aramis/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Bluetooth integration
|
||||
my.modules.bluetooth.enable = true;
|
||||
}
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./bluetooth.nix
|
||||
./boot.nix
|
||||
./hardware.nix
|
||||
./home.nix
|
||||
|
|
Loading…
Reference in a new issue