diff options
-rw-r--r-- | nix-conf/home/includes/darwin.nix | 5 |
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; + }) ]; } |