diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nara/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/nara/configuration.nix b/hosts/nara/configuration.nix index 24b8df4..8536726 100644 --- a/hosts/nara/configuration.nix +++ b/hosts/nara/configuration.nix @@ -16,6 +16,7 @@ "swiftlint" "gpg" "pinentry-mac" + "sudo-touchid" ]; casks = [ @@ -32,6 +33,7 @@ mutableTaps = false; taps = with inputs; { + "artginzburg/homebrew-tap" = artginzburg-homebrew-tap; "homebrew/homebrew-core" = homebrew-core; "homebrew/homebrew-cask" = homebrew-cask; "homebrew/homebrew-bundle" = homebrew-bundle; |