fix: p10k file not taken care of

This commit is contained in:
chloe 2025-05-10 10:09:41 +02:00
parent 8a522c525c
commit 06e89225e1

View file

@ -280,7 +280,7 @@
{ {
name = "powerlevel10k-config"; name = "powerlevel10k-config";
src = ./dotfiles/p10k; src = ./dotfiles/p10k;
file = "p10k.zsh"; file = ".p10k.zsh";
} }
]; ];
}; };