mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:56:11 +01:00
fix: codium to code
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user