initial commit
This commit is contained in:
commit
07d4f917bd
83 changed files with 3762 additions and 0 deletions
19
system/programming.nix
Normal file
19
system/programming.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
dotnet-runtime_8
|
||||
dotnet-sdk_8
|
||||
dotnetPackages.Nuget
|
||||
gcc
|
||||
go
|
||||
lua
|
||||
nodejs_21
|
||||
nodePackages.pnpm
|
||||
(python3.withPackages (python-pkgs: [
|
||||
python-pkgs.pip
|
||||
python-pkgs.requests
|
||||
]))
|
||||
zig
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue