summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/trillian.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/system/trillian.nix b/system/trillian.nix
index 5b3db929..4dce642c 100644
--- a/system/trillian.nix
+++ b/system/trillian.nix
@@ -27,9 +27,11 @@
 
   # programs.nix-index.enable = true;
 
-  programs.zsh.enable = true;
-  programs.zsh.enableCompletion = false;
-  programs.zsh.enableBashCompletion = true;
+  programs.zsh = {
+    enable = true;
+    enableCompletion = false;
+    enableBashCompletion = true;
+  };
 
   environment.variables.LANG = "en_GB.UTF-8";