nix-config/modules/desktop/bluetooth.nix
Oliver Davies cda8ab835f
Some checks failed
/ check (push) Has been cancelled
Group desktop modules
2025-11-22 18:59:35 +00:00

7 lines
118 B
Nix

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