summaryrefslogtreecommitdiff
path: root/users/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-30 19:30:51 -0400
committerseth <[email protected]>2023-07-30 19:30:51 -0400
commit21aa6d4428dd8fd12573616dea2138f9d132b404 (patch)
tree71548aaabddb193f62c9867a02e923f9e2a797eb /users/default.nix
parent7705d685bf504ff84568df6630c5b361c0d9d4f9 (diff)
users/seth: add nix-index-database + comma
Diffstat (limited to 'users/default.nix')
-rw-r--r--users/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/users/default.nix b/users/default.nix
index 1f4f216..45cfc44 100644
--- a/users/default.nix
+++ b/users/default.nix
@@ -14,7 +14,10 @@
inherit system;
overlays = with inputs; [nur.overlay getchoo.overlays.default];
};
- modules = [{_module.args.osConfig = {};}];
+ modules = [
+ {_module.args.osConfig = {};}
+ inputs.nix-index-database.hmModules.nix-index
+ ];
};
};