Committed after system build
diff --git a/system/configuration.nix b/system/configuration.nix
index 4711591..db0b177 100644
--- a/system/configuration.nix
+++ b/system/configuration.nix
@@ -246,7 +246,7 @@
     shell = pkgs.zsh;
   };
 
-  packages.zsh.enable = true;
+  programs.zsh.enable = true;
 
   # List packages installed in system profile. To search, run:
   # $ nix search wget