{ input, pkgs, lib, ... }:

{

  home.packages = with pkgs; [
    unstable.modrinth-app
  ];
}