4 lines
97 B
Nix
4 lines
97 B
Nix
|
{ pkgs, ... }: {
|
||
|
home-manager.users.adrielus.home.packages = with pkgs; [ dotnet-sdk mono ];
|
||
|
}
|