nixos/common: Disable command-not-found by default

This commit is contained in:
Jack O'Sullivan 2022-06-17 22:56:22 +01:00
parent f744f77732
commit 2998dc7bff

View File

@ -120,6 +120,8 @@ in
# This will enable generating completions at build time and prevent home-manager fish from generating them
# locally
fish.enable = mkDefault true;
# TODO: This is expecting to look up the channel for the database...
command-not-found.enable = mkDefault false;
};
services = {