From 345f43855875cdf75ba570594a41ca2ffbc95f50 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 13 Feb 2024 16:27:58 -0500 Subject: [PATCH 1/3] Add UTM https://mac.getutm.app/ --- modules/hosts/darwin/mightymac/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 51d51f0..a967093 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -35,6 +35,7 @@ "puppet-bolt" "qmk-toolbox" "thunderbird" + "utm" "vagrant" "vial" "whalebird" From 6889243131f493e40e03e8151c7203f6f3c1f7d1 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 13 Feb 2024 16:28:12 -0500 Subject: [PATCH 2/3] Add podman desktop --- modules/hosts/darwin/mightymac/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index a967093..04e36ab 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -31,6 +31,7 @@ "kopiaui" "obs" "pdk" + "podman-desktop" "puppet-agent" "puppet-bolt" "qmk-toolbox" From 90ec05902ecfba759575479cd3f0d196107bcf7a Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 13 Feb 2024 16:29:03 -0500 Subject: [PATCH 3/3] Patch zsh config to know where homebrew stuff is This is a band-aid until I hear back on https://github.com/zhaofengli/nix-homebrew/issues/14 --- modules/home-manager/hosts/mightymac/gene.liverman.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/hosts/mightymac/gene.liverman.nix b/modules/home-manager/hosts/mightymac/gene.liverman.nix index 321be9e..34d4064 100644 --- a/modules/home-manager/hosts/mightymac/gene.liverman.nix +++ b/modules/home-manager/hosts/mightymac/gene.liverman.nix @@ -12,6 +12,11 @@ goPath = "go"; }; k9s.enable = true; + zsh = { + initExtra = '' + eval $(brew shellenv) + ''; + }; }; sops = {