Files
nix-fleet/modules/desktop/sys/bluetooth.nix
2026-03-03 23:06:45 +01:00

7 lines
146 B
Nix

{ ... }: {
flake.nixosModules.desktop-sys-bluetooth = {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
};
}