nix-config/modules2/bluetooth.nix

8 lines
113 B
Nix
Raw Normal View History

2025-07-23 19:26:21 +01:00
{
flake.modules.nixos.pc = {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
};
}