mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:46:11 +01:00
fix: codium to code
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium.fhsWithPackages (
|
package = pkgs.vscode.fhsWithPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
rustup
|
rustup
|
||||||
zlib
|
zlib
|
||||||
@@ -24,7 +24,6 @@
|
|||||||
# github.copilot-chat
|
# github.copilot-chat
|
||||||
ms-vsliveshare.vsliveshare
|
ms-vsliveshare.vsliveshare
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
platformio.platformio-ide
|
|
||||||
];
|
];
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user