Persist powerlevel10k config for zsh

This commit is contained in:
GHOSCHT 2023-12-10 11:19:37 +01:00
parent e8622330ee
commit 9b87434ba0
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 1839 additions and 1 deletions

View file

@ -5,6 +5,10 @@
...
}: {
home-manager.users.${vars.user} = {
home.file."~/.config/zsh/.p10k.zsh" = {
source = ../../rsc/config/zsh/.p10k.zsh;
};
programs.zsh = {
enable = true;
autocd = true;
@ -20,7 +24,8 @@
};
initExtra = ''
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
[[ ! -f ~/.config/zsh/.p10k.zsh ]] || source ~/.config/zsh/.p10k.zsh
nix-your-shell zsh | source /dev/stdin
'';
zplug = {

1833
rsc/config/zsh/.p10k.zsh Normal file

File diff suppressed because it is too large Load diff