nix-config/modules/bluetooth.nix

8 lines
118 B
Nix
Raw Normal View History

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