From 349368709981a794041077f876dc83297ea819cb Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 10 Nov 2025 08:52:55 -0500 Subject: [PATCH 1/3] Profile switching is now built in --- modules/hosts/darwin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/darwin/default.nix b/modules/hosts/darwin/default.nix index 1e87067..41076ed 100644 --- a/modules/hosts/darwin/default.nix +++ b/modules/hosts/darwin/default.nix @@ -29,13 +29,13 @@ }; taps = [ "homebrew/cask-fonts" - "null-dev/firefox-profile-switcher" + #"null-dev/firefox-profile-switcher" "theseal/ssh-askpass" ]; brews = [ "fastfetch" "ffmpeg" - "firefox-profile-switcher-connector" + #"firefox-profile-switcher-connector" # having had this on seems to mean I need to toggle browser.profiles.enabled to true in about:config for the new built in version "ssh-askpass" "telnet" ]; From 89f023d608a0e1e84d745674f358aab942c0664a Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 10 Nov 2025 08:54:10 -0500 Subject: [PATCH 2/3] Nix's reposurgeon is a major version behind --- modules/hosts/darwin/mightymac/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index e8419c3..cac06bf 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -8,7 +8,7 @@ inputs.flox.packages.${pkgs.system}.default kopia kubectx - reposurgeon + #reposurgeon # Nix is a major version behind brew rpiboot step-cli # terraform-versions."1.5.7" @@ -44,6 +44,7 @@ #"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead "qemu" "telegraf" + "reposurgeon" "terraform-docs" ]; casks = [ From a691e139c81cf6cccd18de2ba699e714368e9542 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 10 Nov 2025 08:54:50 -0500 Subject: [PATCH 3/3] Disable some tools I am not using --- modules/hosts/darwin/mightymac/default.nix | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index cac06bf..f70a9a1 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -24,27 +24,27 @@ ]; brews = [ "adr-tools" - "argocd" + #"argocd" "awscli" - "cilium-cli" + #"cilium-cli" "gnupg" - "helm" - "hubble" + #"helm" + #"hubble" "i2cssh" - "kind" - "kompose" - "kubernetes-cli" - "kubeseal" + #"kind" + #"kompose" + #"kubernetes-cli" + #"kubeseal" "lima" - "linkerd" - "minio-mc" + #"linkerd" + #"minio-mc" "opentofu" - "node_exporter" + #"node_exporter" "pinentry-mac" #"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead - "qemu" - "telegraf" + #"qemu" "reposurgeon" + #"telegraf" "terraform-docs" ]; casks = [ @@ -66,10 +66,10 @@ "thunderbird" "thunderbird@daily" "ungoogled-chromium" - "utm" + #"utm" # "vagrant" "vial" - "whalebird" + #"whalebird" ]; masApps = { #"FluffyChat" = 1551469600;