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
|
||||
];
|
||||
}
|
|
@ -54,6 +54,7 @@
|
|||
/develop/langs/zig.nix
|
||||
/develop/langs/lua.nix
|
||||
/develop/langs/c.nix
|
||||
/develop/langs/csharp.nix
|
||||
|
||||
# programs
|
||||
/programs/misc/discord.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue