Replaced command-not-found with nix-index

This commit is contained in:
baduhai 2022-12-04 23:32:54 -03:00
parent 8bcab85cdc
commit 59bf5b4312

View file

@ -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 = {