mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:56:12 +01:00
9 lines
114 B
Nix
9 lines
114 B
Nix
{
|
|
services.blueman.enable = false;
|
|
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = false;
|
|
};
|
|
}
|