about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-28 20:26:18 +0100
committerSoispha <soispha@vhack.eu>2024-02-28 20:26:18 +0100
commitc733f3326a34a57dfab4c17da659316fdb6eab6a (patch)
tree1f94d7c4ad524649dfe207a25c0c3781b2909476 /flake.nix
parentchore(hm/soispha/conf/taskwarrior/projects): Update (diff)
downloadnixos-config-c733f3326a34a57dfab4c17da659316fdb6eab6a.tar.gz
nixos-config-c733f3326a34a57dfab4c17da659316fdb6eab6a.zip
feat(hm): Add nix-index and associated command_not_found_handler
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 401f8b10..6d899f55 100644
--- a/flake.nix
+++ b/flake.nix
@@ -158,6 +158,12 @@
         pre-commit-hooks-nix.follows = "pre-commit-hooks";
       };
     };
+    nix-index-database = {
+      url = "github:nix-community/nix-index-database";
+      inputs = {
+        nixpkgs.follows = "nixpkgs";
+      };
+    };
 
     # my configs
     templates = {
@@ -242,6 +248,7 @@
     disko,
     lanzaboote,
     nixVim,
+    nix-index-database,
     # external dependencies
     user_js,
     treefmt-nix,
@@ -284,6 +291,7 @@
         serverphone
         disko
         lanzaboote
+        nix-index-database
         # external dependencies
         
         treefmt-nix