8 lines
103 B
Nix
8 lines
103 B
Nix
{ ... }:
|
|
{
|
|
my.profiles = {
|
|
# Bluetooth configuration and GUI
|
|
bluetooth.enable = true;
|
|
};
|
|
}
|