From p10k to oh-my-zsh

This commit is contained in:
Olaf
2025-05-07 21:16:29 +02:00
parent b20900216e
commit 9849195005
3 changed files with 8 additions and 298 deletions

View File

@ -15,17 +15,14 @@ in
enable = true;
autocd = false;
cdpath = [ "~/.local/share/src" ];
oh-my-zsh = {
enable = true;
plugins = [ ];
# theme = "agnoster";
theme = "ys";
};
plugins = [
{
name = "powerlevel10k";
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
{
name = "powerlevel10k-config";
src = lib.cleanSource ./config;
file = "p10k.zsh";
}
];
initExtraFirst = ''
if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]]; then