Disable command-not-found

This commit is contained in:
Evie Litherland-Smith 2024-01-18 06:25:32 +00:00
parent e859d7585d
commit 3be362dccb

View file

@ -80,6 +80,7 @@
}; };
programs = { programs = {
${shell}.enable = true; ${shell}.enable = true;
command-not-found.enable = false;
nano = { nano = {
enable = true; enable = true;
syntaxHighlight = true; syntaxHighlight = true;