1
Fork 0
satellite/modules/dev/fsharp.nix

4 lines
97 B
Nix
Raw Normal View History

{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [ dotnet-sdk mono ];
}