summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-12-13 00:33:16 -0800
committerFuwn <[email protected]>2024-12-13 00:33:16 -0800
commit50eb3fa8d907f2e16c19f187cc9a93167b91e7b0 (patch)
treea9194a49e4d7fd6314053377515d5bbb82385502 /hosts
parentnara: move configuration to module (diff)
downloadnixos-config-50eb3fa8d907f2e16c19f187cc9a93167b91e7b0.tar.xz
nixos-config-50eb3fa8d907f2e16c19f187cc9a93167b91e7b0.zip
nara: touch id support for sudo
Diffstat (limited to 'hosts')
-rw-r--r--hosts/nara/configuration.nix2
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;