mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
profiles/dev: disable command-not-found
It should fix the conflict between nix-index and command-not-found.
This commit is contained in:
parent
16bb97c06c
commit
e4eed3568a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user