Revert "EXP!: possible consolidation of powerline10k" changes failed

This reverts commit a7bcfae0aa.
This commit is contained in:
Nickiel12 2022-10-11 16:22:24 -07:00
parent a7bcfae0aa
commit 80d5568516

View file

@ -4,10 +4,6 @@ let
in
{
home.packages = with.pkgs; [
zsh-powerlevel10k
];
programs.zsh = {
enable = true; # technically also enabled in user shell
@ -17,6 +13,11 @@ in
neofetch
'';
initExtra = ''
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
'';
autocd = true;
history = {
@ -30,6 +31,7 @@ in
{
name = "powerline10k";
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
];
};