machines: aramis: enable bluetooth profile

This commit is contained in:
Bruno BELANYI 2021-05-09 11:39:51 +02:00
parent 4fbb3d53e9
commit 28cc5b64b4
4 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
my.profiles = {
# Bluetooth configuration and GUI
bluetooth.enable = true;
};
}