fix: codium to code

This commit is contained in:
2024-11-28 21:00:25 +01:00
parent 43ea71f619
commit 296e20fc70

View File

@@ -2,7 +2,7 @@
{
programs.vscode = {
enable = true;
package = pkgs.vscodium.fhsWithPackages (
package = pkgs.vscode.fhsWithPackages (
ps: with ps; [
rustup
zlib
@@ -24,7 +24,6 @@
# github.copilot-chat
ms-vsliveshare.vsliveshare
rust-lang.rust-analyzer
platformio.platformio-ide
];
userSettings = {