profiles/dev: disable command-not-found

It should fix the conflict between nix-index and command-not-found.
This commit is contained in:
Gabriel Arazas 2023-07-16 19:04:19 +08:00
parent 16bb97c06c
commit e4eed3568a
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -74,6 +74,7 @@ in {
environment.localBinInPath = true; environment.localBinInPath = true;
# Find Nix files with these! # Find Nix files with these!
programs.command-not-found.enable = false;
programs.nix-index.enable = true; programs.nix-index.enable = true;
# Additional settings for developing with nix. # Additional settings for developing with nix.