Files
nix-config/modules/system-settings/bluetooth.nix

10 lines
137 B
Nix

{
flake.modules.nixos.bluetooth = {
hardware.bluetooth = {
enable = true;
};
services.blueman.enable = true;
};
}