{ config, pkgs, ... }: { programs.zsh = { enable = true; autosuggestion.enable = true; initContent = "fastfetch\n"; }; }