From 59bf5b4312bb2f10eaf4043e4b01ddd4e7c35c2f Mon Sep 17 00:00:00 2001 From: baduhai Date: Sun, 4 Dec 2022 23:32:54 -0300 Subject: [PATCH] Replaced command-not-found with nix-index --- users/common/programs.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/users/common/programs.nix b/users/common/programs.nix index e12ea32..cc72756 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -2,12 +2,15 @@ { programs = { - home-manager.enable = true; password-store.enable = true; bash = { enable = true; historyFile = "~/.cache/bash_history"; }; + nix-index = { + enable = true; + enableFishIntegration = true; + }; micro = { enable = true; settings = {