dotfiles/hosts/modules/dotnet_8.nix

6 lines
105 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
#dotnet-runtime_8
dotnet-sdk_8
];
}