Installed vlc and go

This commit is contained in:
Jan-Bulthuis 2025-07-30 16:05:56 +02:00
parent 307aac4ae0
commit f31c0f92da

View File

@ -41,6 +41,7 @@ in
obsidian
devenv
kicad
vlc
];
modules = {
@ -85,6 +86,7 @@ in
cpp.enable = true;
tex.enable = true;
jupyter.enable = false;
go.enable = true;
};
};
}