From 7aee282c362fd7c00c5f31079fbfa91603964edd Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 9 Sep 2025 11:36:47 +0300 Subject: [PATCH] i hate mac --- modules/nix-settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }