Skip to content

Commit

Permalink
Revert "Install vscode in macOS via nixpkgs (#882)"
Browse files Browse the repository at this point in the history
This reverts commit 685f6ab.
  • Loading branch information
kachick committed Oct 31, 2024
1 parent 436ec14 commit ca9fbce
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions home-manager/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ lib.mkMerge [
(lib.mkIf pkgs.stdenv.isDarwin {
home = {
sessionVariables = {
# ## If you prefer zed
# * Do not specify Nix store path for zed in macOS
# https://github.com/NixOS/nixpkgs/blob/bba8dffd3135f35810e9112c40ee621f4ede7cca/pkgs/by-name/ze/zed-editor/package.nix#L217-L219
# * `cli: install` action installs into this path in macOS
# VISUAL = "zed --wait";
VISUAL = lib.getExe edge-pkgs.vscode;
# * Do not specify Nix store path for zed in macOS
# https://github.com/NixOS/nixpkgs/blob/bba8dffd3135f35810e9112c40ee621f4ede7cca/pkgs/by-name/ze/zed-editor/package.nix#L217-L219
# * `cli: install` action installs into this path in macOS
VISUAL = "zed --wait";

BROWSER = "open";
};
Expand Down Expand Up @@ -57,8 +55,6 @@ lib.mkMerge [

edge-pkgs.podman-desktop # Useable since https://github.com/NixOS/nixpkgs/pull/343648

edge-pkgs.vscode # Keep latest as possible

edge-pkgs.signal-desktop # Useable since https://github.com/NixOS/nixpkgs/pull/348165

homemade-pkgs.maccy
Expand Down

0 comments on commit ca9fbce

Please sign in to comment.