{ config, pkgs, ... }: { networking.connman = { enable = true; }; environment.systemPackages = with pkgs; [ cmst connman-notify connman_dmenu ]; }