c# support

This commit is contained in:
xunuwu 2025-05-28 20:55:11 +02:00
parent 559f9e170b
commit c508003d66
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 10 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
dotnet-sdk_10
roslyn-ls
];
}

View file

@ -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