added p10k config

This commit is contained in:
chloe 2025-05-08 15:32:55 +02:00
parent 0d78cad5bc
commit 85e2ce21e3
2 changed files with 1750 additions and 5 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,6 @@
{
config,
pkgs,
lib,
osConfig,
inputs,
nixvim,
catppuccin,
...
}:
@ -282,6 +277,11 @@
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
{
name = "powerlevel10k-config";
src = ./dotfiles/p10k;
file = "p10k.zsh";
}
];
};