feat(darwin): Add vscode package to flake.nix configuration

This commit is contained in:
Andrei Lazarescu 2025-06-02 01:14:59 +03:00
parent a45aeb062e
commit 37951bc694
Signed by: lazandrei19
SSH Key Fingerprint: SHA256:/KoKmXLdUaBkf6PPceiJzDezV957xmuD7T9TTKsf28Q

View File

@ -143,6 +143,7 @@
};
vscode = {
enable = true;
package = pkgs.vscode-fhs;
mutableExtensionsDir = false;
profiles.default = {
enableExtensionUpdateCheck = true;