Switched from p10k to starship
This commit is contained in:
parent
a816f12d4c
commit
16de7d225a
|
@ -37,17 +37,13 @@ in {
|
||||||
src = inputs.zsh-syntax-highlighting;
|
src = inputs.zsh-syntax-highlighting;
|
||||||
file = "zsh-syntax-highlighting.zsh";
|
file = "zsh-syntax-highlighting.zsh";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "powerlevel10k";
|
|
||||||
src = inputs.powerlevel10k;
|
|
||||||
file = "powerlevel10k.zsh-theme";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
name = "powerlevel10k-config";
|
|
||||||
src = lib.cleanSource ./.;
|
|
||||||
file = "p10k.zsh";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.starship = {
|
||||||
|
enable = true;
|
||||||
|
enableTransience = true;
|
||||||
|
catppuccin.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue