{ pkgs, ... }: { environment.systemPackages = with pkgs; [ aha ]; services.fwupd.enable = true; } # vim: tabstop=2 softtabstop=2