diff options
author | Soispha <soispha@vhack.eu> | 2024-02-28 20:26:18 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-28 20:26:18 +0100 |
commit | c733f3326a34a57dfab4c17da659316fdb6eab6a (patch) | |
tree | 1f94d7c4ad524649dfe207a25c0c3781b2909476 /hm/soispha/default.nix | |
parent | chore(hm/soispha/conf/taskwarrior/projects): Update (diff) | |
download | nixos-config-c733f3326a34a57dfab4c17da659316fdb6eab6a.zip |
feat(hm): Add nix-index and associated command_not_found_handler
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/default.nix | 2 |
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? |