1
Fork 0
satellite/modules/dev/fsharp.nix
2020-05-30 23:19:57 +03:00

4 lines
97 B
Nix

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