{
  inputs,
  pkgs,
  ...
}:
{
  home-manager.users.kalle.home.packages = [
    inputs.grayjay.packages.${pkgs.system}.grayjay
  ];
}