nix-config/modules/bluetooth.nix
2025-11-22 16:23:37 +00:00

7 lines
118 B
Nix

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