cs for school NOOO
This commit is contained in:
parent
a9d649f817
commit
90da02b98a
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue