summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/trillian.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/trillian.nix b/system/trillian.nix
index 2e10e17c..d228f691 100644
--- a/system/trillian.nix
+++ b/system/trillian.nix
@@ -29,7 +29,7 @@
 
   programs.zsh = {
     enable = true;
-    enableCompletion = false;
+    enableCompletion = false; # Causes >2s startup time, overlaps home-manager config
     enableBashCompletion = true;
     loginShellInit = builtins.readFile "/System/Library/Templates/Data/private/etc/zprofile";
   };