Persist powerlevel10k config for zsh
This commit is contained in:
parent
e8622330ee
commit
9b87434ba0
2 changed files with 1839 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
home-manager.users.${vars.user} = {
|
home-manager.users.${vars.user} = {
|
||||||
|
home.file."~/.config/zsh/.p10k.zsh" = {
|
||||||
|
source = ../../rsc/config/zsh/.p10k.zsh;
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autocd = true;
|
autocd = true;
|
||||||
|
@ -20,7 +24,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
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 = {
|
zplug = {
|
||||||
|
|
1833
rsc/config/zsh/.p10k.zsh
Normal file
1833
rsc/config/zsh/.p10k.zsh
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue