about summary refs log tree commit diff stats
path: root/hm/soispha/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/default.nix')
-rw-r--r--hm/soispha/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hm/soispha/default.nix b/hm/soispha/default.nix
index cae77d92..9811f600 100644
--- a/hm/soispha/default.nix
+++ b/hm/soispha/default.nix
@@ -1,6 +1,7 @@
 {
   impermanence,
   nixVim,
+  nix-index-database,
   ...
 }: let
   username = "soispha";
@@ -23,6 +24,7 @@ in {
 
     impermanence.nixosModules.home-manager.impermanence
     nixVim.homeManagerModules.nixvim
+    nix-index-database.hmModules.nix-index
   ];
 
   # I don't know what this does, but I've seen it a lot online, so it should be good, right?