diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index cf4d505..8ab6bd1 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -78,7 +78,7 @@ # nix.nixPath = ["nixpkgs=${pkgs.path}"]; # disable the database error TODO add nix-index search - programs.command-not-found.enable = false; + # programs.command-not-found.enable = false; # TODO fix ts system.configurationRevision = inputs.self.rev or "dirty"; }