c# support
This commit is contained in:
parent
559f9e170b
commit
c508003d66
3 changed files with 10 additions and 3 deletions
6
home/profiles/develop/langs/csharp.nix
Normal file
6
home/profiles/develop/langs/csharp.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
dotnet-sdk_10
|
||||
roslyn-ls
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue