nix-config/modules/bluetooth.nix

12 lines
103 B
Nix
Raw Permalink Normal View History

2025-01-14 01:29:24 +01:00
{
pkgs,
lib,
...
}: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}