From c733f3326a34a57dfab4c17da659316fdb6eab6a Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 20:26:18 +0100 Subject: feat(hm): Add nix-index and associated command_not_found_handler --- hm/soispha/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hm/soispha/default.nix') 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? -- cgit 1.4.1