Enables command-not-found in both home and nixos

This commit is contained in:
willemml 2023-11-09 17:27:31 -08:00
parent 70165aaae0
commit a3da8492b7
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@
programs = {
bash.enableCompletion = true;
command-not-found.enable = true;
direnv = {
enable = true;
enableBashIntegration = true;

View file

@ -16,7 +16,7 @@
i18n.defaultLocale = "en_US.UTF-8";
programs.command-not-found.enable = false;
programs.command-not-found.enable = true;
programs.zsh.loginShellInit = ''
reexec() {