{ pkgs, ... }: { home.packages = with pkgs; [ (pkgs.unityhub.override { extraPkgs = pkgs: with pkgs; [ dotnet-sdk ]; }) ]; }