{ config, lib, pkgs, ... }: lib.mkIf config.jalr.gui.enable { environment.systemPackages = with pkgs; [ usb-modeswitch ]; }