{pkgs, ...}: { home-manager.users.toast = { home.packages = with pkgs; [ unityhub jetbrains.rider ]; }; }