mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
d61e378405
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
8 lines
113 B
Nix
8 lines
113 B
Nix
# Bluetooth configuration for NixOS
|
|
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = true;
|
|
};
|
|
}
|