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 = {
${shell}.enable = true;
command-not-found.enable = false;
nano = {
enable = true;
syntaxHighlight = true;