Files
nixy/hosts/modules/bluetooth.nix
Hadi 8876aae16c Update
Former-commit-id: 849eb5dd11
2024-08-19 00:38:27 +02:00

7 lines
77 B
Nix

{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}