nixos-config/hosts/nixos-home/config/bluetooth.nix
afoucaultc df94405cef yeeee
2026-07-07 20:42:01 +02:00

6 lines
138 B
Nix

{ config, pkgs, ... }:
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
}