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 = { programs = {
home-manager.enable = true;
password-store.enable = true; password-store.enable = true;
bash = { bash = {
enable = true; enable = true;
historyFile = "~/.cache/bash_history"; historyFile = "~/.cache/bash_history";
}; };
nix-index = {
enable = true;
enableFishIntegration = true;
};
micro = { micro = {
enable = true; enable = true;
settings = { settings = {