10 lines
158 B
Nix
10 lines
158 B
Nix
|
|
{
|
||
|
|
den.aspects = {
|
||
|
|
bluetooth = {
|
||
|
|
nixos = {
|
||
|
|
hardware.bluetooth.enable = true;
|
||
|
|
services.blueman.enable = true;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|