cs for school NOOO

This commit is contained in:
joygnu 2024-08-31 10:20:38 +02:00
parent af04eb7295
commit 68807e0736
2 changed files with 3 additions and 2 deletions

View file

@ -24,5 +24,7 @@
dockerfile-language-server-nodejs dockerfile-language-server-nodejs
python312Packages.python-lsp-server python312Packages.python-lsp-server
omnisharp-roslyn omnisharp-roslyn
netcoredbg
dotnetCorePackages.sdk_9_0
]; ];
} }

View file

@ -1,4 +1,4 @@
{pkgs,lib, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#hackerman #hackerman
fastfetch fastfetch
@ -67,6 +67,5 @@
sent sent
texliveFull texliveFull
]; ];
} }