summary refs log tree commit diff stats
path: root/system/trillian.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-11-18 20:20:45 +0100
committerAlan Pearce2020-11-18 20:20:45 +0100
commit4d73047c68bd178f34d4310dfa50379e08f67668 (patch)
tree45745918922b4b2420cb6e6fcb6fe45488018231 /system/trillian.nix
parent266da0b2fb4c31646c700ac3d2722836ceda5af5 (diff)
downloadnixfiles-4d73047c68bd178f34d4310dfa50379e08f67668.tar.lz
nixfiles-4d73047c68bd178f34d4310dfa50379e08f67668.tar.zst
nixfiles-4d73047c68bd178f34d4310dfa50379e08f67668.zip
trillian: move zsh setup to darwin.nix
Diffstat (limited to 'system/trillian.nix')
-rw-r--r--system/trillian.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/trillian.nix b/system/trillian.nix
index d228f691..cd1cc991 100644
--- a/system/trillian.nix
+++ b/system/trillian.nix
@@ -27,13 +27,6 @@
 
   # programs.nix-index.enable = true;
 
-  programs.zsh = {
-    enable = true;
-    enableCompletion = false; # Causes >2s startup time, overlaps home-manager config
-    enableBashCompletion = true;
-    loginShellInit = builtins.readFile "/System/Library/Templates/Data/private/etc/zprofile";
-  };
-
   environment.variables.LANG = "en_GB.UTF-8";
 
   nix.gc = {