1
Fork 0
satellite/modules/dev/fsharp.nix
2021-07-18 02:58:38 +03:00

8 lines
118 B
Nix

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