about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/darwin.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix-conf/home/includes/darwin.nix b/nix-conf/home/includes/darwin.nix
index 3b5d334..ebda874 100644
--- a/nix-conf/home/includes/darwin.nix
+++ b/nix-conf/home/includes/darwin.nix
@@ -72,7 +72,10 @@ in
   };
 
   programs.bat.extraPackages = with pkgs.bat-extras; [
-    prettybat
+    (prettybat.override {
+      withClangTools = false;
+      withRustFmt = false;
+    })
   ];
 
 }