{ config, pkgs, lib, ... }: { programs.home-manager.enable = true; home.packages = with pkgs; [zsh-powerlevel9k]; }