From e4eed3568ad40a47a712c156a22a0296e98c8c9f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 16 Jul 2023 19:04:19 +0800 Subject: [PATCH] profiles/dev: disable command-not-found It should fix the conflict between nix-index and command-not-found. --- modules/nixos/profiles/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nixos/profiles/dev.nix b/modules/nixos/profiles/dev.nix index b7fa09fb..4d604ede 100644 --- a/modules/nixos/profiles/dev.nix +++ b/modules/nixos/profiles/dev.nix @@ -74,6 +74,7 @@ in { environment.localBinInPath = true; # Find Nix files with these! + programs.command-not-found.enable = false; programs.nix-index.enable = true; # Additional settings for developing with nix.