{ config, lib, pkgs, ... }: { programs.zsh = { enable = true; autosuggestions.enable = true; syntaxHighlighting.enable = true; ohMyZsh = { enable = true; plugins = [ "git" "python" "man" ]; theme = "gentoo"; }; }; }