From b490b7360e2f3c463305fe7babacdb9560122299 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 10 Apr 2024 08:18:52 -0400 Subject: [PATCH 1/2] Switch to Homebrew for VS Code on Mac The version enabled by home manager was using rosetta :( --- modules/home-manager/common/all-gui.nix | 3 --- modules/home-manager/hosts/rainbow-planet/gene.nix | 4 ++++ modules/system/common/all-darwin.nix | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/common/all-gui.nix b/modules/home-manager/common/all-gui.nix index 23bc178..20f29ca 100644 --- a/modules/home-manager/common/all-gui.nix +++ b/modules/home-manager/common/all-gui.nix @@ -6,8 +6,5 @@ git.aliases = { kraken = "!gitkraken -p $(cd \"\${1:-.}\" && git rev-parse --show-toplevel)"; }; - vscode = { - enable = true; - }; }; } diff --git a/modules/home-manager/hosts/rainbow-planet/gene.nix b/modules/home-manager/hosts/rainbow-planet/gene.nix index d823602..6f6bd8e 100644 --- a/modules/home-manager/hosts/rainbow-planet/gene.nix +++ b/modules/home-manager/hosts/rainbow-planet/gene.nix @@ -20,6 +20,10 @@ } + "/themes/frappe.conf"); }; + programs.vscode = { + enable = true; + }; + services.dunst = { enable = true; settings = { diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index c2cd233..4cf8809 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -69,6 +69,7 @@ "slack" "sonos" "tailscale" + "visual-studio-code" "vivaldi" "zoom" ]; From 9a5b614606bc56a46d1fef10c875de746db31984 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 10 Apr 2024 08:19:18 -0400 Subject: [PATCH 2/2] Install AppCleaner to help fully uninstall graphical apps --- modules/system/common/all-darwin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index 4cf8809..000f06c 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -42,6 +42,7 @@ "1password-cli" "amethyst" "angry-ip-scanner" + "appcleaner" "audacity" "balenaetcher" "bartender"