✨ Moved modeules into shared
This commit is contained in:
9
shared/modules/development/dotnet.nix
Normal file
9
shared/modules/development/dotnet.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
jetbrains.rider
|
||||
dotnet-sdk_9
|
||||
dotnet-aspnetcore_9
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user