summaryrefslogtreecommitdiff
path: root/flake.nix
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 /flake.nix
parentnara: move configuration to module (diff)
downloadnixos-config-50eb3fa8d907f2e16c19f187cc9a93167b91e7b0.tar.xz
nixos-config-50eb3fa8d907f2e16c19f187cc9a93167b91e7b0.zip
nara: touch id support for sudo
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 25a74a1..595c2a5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -78,6 +78,12 @@
};
};
+
+ artginzburg-homebrew-tap = {
+ url = "github:artginzburg/homebrew-tap";
+ flake = false;
+ };
+
cachix = {
url = "github:cachix/cachix";