{ pkgs, ... }: {
  home.packages = with pkgs;
    [
      # NOINLINE
      aegisub
    ];
}