From fc853ec1da52108ca8393f1ad2fd99980d3f4260 Mon Sep 17 00:00:00 2001 From: Mariano Uvalle Date: Thu, 7 Aug 2025 15:59:44 -0700 Subject: [PATCH 1/2] [mac] homebrew module typo. Signed-off-by: Mariano Uvalle --- home-modules/homebrew.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/homebrew.nix b/home-modules/homebrew.nix index 261c756..86d731c 100644 --- a/home-modules/homebrew.nix +++ b/home-modules/homebrew.nix @@ -1,5 +1,5 @@ { ... } : { - programgs.zsh.profileExtra = '' + programs.zsh.profileExtra = '' eval "$(/opt/homebrew/bin/brew shellenv)" ''; } From 9d8877527d9be27ff69a73b933529088c39857be Mon Sep 17 00:00:00 2001 From: Mariano Uvalle Date: Thu, 7 Aug 2025 15:59:56 -0700 Subject: [PATCH 2/2] [mac] Add yubico authenticator app. Signed-off-by: Mariano Uvalle --- hosts/macbook/configuration.nix | 1 + hosts/msft-mac/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index 559068a..b43ac2e 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -45,6 +45,7 @@ "raycast" "logi-options+" "insta360-link-controller" + "yubico-authenticator" # TODO: Defer to a module that manages yubikeys for darwin. ]; }; diff --git a/hosts/msft-mac/configuration.nix b/hosts/msft-mac/configuration.nix index cac66c8..52d85a6 100644 --- a/hosts/msft-mac/configuration.nix +++ b/hosts/msft-mac/configuration.nix @@ -43,6 +43,7 @@ "logi-options+" "insta360-link-controller" "displaylink" + "yubico-authenticator" # TODO: Defer to a module that manages yubikeys for darwin. ]; };