nix-config/modules2/bluetooth.nix

7 lines
113 B
Nix

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