NixOS/core/dotnet.nix

6 lines
93 B
Nix
Raw Permalink Normal View History

{ pkgs, config, ... }: {
environment.systemPackages = with pkgs; [
mono
];
}