default.nix 88 B

12345
  1. { pkgs, ... }:
  2. {
  3. hardware.bluetooth.enable = true;
  4. services.blueman.enable = true;
  5. }