Compare commits

...

2 commits

Author SHA1 Message Date
Mariano Uvalle
9d8877527d [mac] Add yubico authenticator app.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
2025-08-07 15:59:56 -07:00
Mariano Uvalle
fc853ec1da [mac] homebrew module typo.
Signed-off-by: Mariano Uvalle <juvallegarza@microsoft.com>
2025-08-07 15:59:44 -07:00
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ ... } : {
programgs.zsh.profileExtra = ''
programs.zsh.profileExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';
}

View file

@ -45,6 +45,7 @@
"raycast"
"logi-options+"
"insta360-link-controller"
"yubico-authenticator" # TODO: Defer to a module that manages yubikeys for darwin.
];
};

View file

@ -43,6 +43,7 @@
"logi-options+"
"insta360-link-controller"
"displaylink"
"yubico-authenticator" # TODO: Defer to a module that manages yubikeys for darwin.
];
};