Disable command-not-found provider

This commit is contained in:
baduhai 2022-12-04 23:19:24 -03:00
parent d28b2809c7
commit 8bcab85cdc

View file

@ -20,5 +20,6 @@
programs = { programs = {
fish.enable = true; fish.enable = true;
command-not-found.enable = false;
}; };
} }