{ flake.modules.nixos.hardware = {pkgs, ...}: { hardware.bluetooth = { enable = true; }; environment.systemPackages = [ pkgs.bluetui ]; }; }