mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
10 lines
98 B
Nix
10 lines
98 B
Nix
{ ... }:
|
|
|
|
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
}
|