{ pkgs, ... }: { home.packages = with pkgs; [ dotnetCorePackages.dotnet_9.sdk dotnetCorePackages.dotnet_9.runtime ]; }