diff options
| author | Fuwn <[email protected]> | 2024-12-13 00:33:16 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-12-13 00:33:16 -0800 |
| commit | 50eb3fa8d907f2e16c19f187cc9a93167b91e7b0 (patch) | |
| tree | a9194a49e4d7fd6314053377515d5bbb82385502 /hosts | |
| parent | nara: move configuration to module (diff) | |
| download | nixos-config-50eb3fa8d907f2e16c19f187cc9a93167b91e7b0.tar.xz nixos-config-50eb3fa8d907f2e16c19f187cc9a93167b91e7b0.zip | |
nara: touch id support for sudo
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; |