machines: aramis: enable bluetooth profile
This commit is contained in:
parent
4fbb3d53e9
commit
28cc5b64b4
4 changed files with 8 additions and 8 deletions
7
machines/aramis/profiles.nix
Normal file
7
machines/aramis/profiles.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
my.profiles = {
|
||||
# Bluetooth configuration and GUI
|
||||
bluetooth.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue