{ config, pkgs, lib, ... }: { config = { environment.systemPackages = with pkgs; [ appimage-run ]; }; }