nixos/common: Disable command-not-found by default
This commit is contained in:
parent
f744f77732
commit
2998dc7bff
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user