"Switch to vscode-fhs"

This commit is contained in:
SeanOMik 2023-02-25 12:38:48 -05:00
parent 9671989df3
commit bef7376582
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
3 changed files with 10 additions and 2 deletions

View File

@ -32,7 +32,7 @@
../emulators.nix
../vscode.nix
../vscode-fhs.nix
];
# Add open-in-vscode button to nemo

7
home/vscode-fhs.nix Executable file
View File

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.vscode = {
enable = true;
package = pkgs.vscode-fhsWithPackages (ps: with ps; [ rustup zlib openssl.dev pkg-config platformio python39 ]);
};
}

View File

@ -4,7 +4,8 @@
programs.vscode = {
enable = true;
package = pkgs.vscode;
# package = pkgs.vscode-fhs;
package = pkgs.vscode-fhsWithPackages (ps: with ps; [ rustup zlib openssl.dev pkg-config ]);
# userSettings = {
# "workbench.colorTheme" = "Material Theme Ocean High Contrast";
# "tabnine.experimentalAutoImports" = "true";