1{pkgs, ...}: { 2 environment.systemPackages = with pkgs; [ 3 dotnet-sdk 4 dotnet-runtime 5 dotnetPackages.Nuget 6 # mono 7 ]; 8}