basic p10k module, remove omz

This commit is contained in:
Vinzenz Schroeter 2025-09-25 19:41:17 +02:00
parent ea35347a4a
commit dc751016c0
3 changed files with 25 additions and 17 deletions

View file

@ -2,11 +2,8 @@
{
config.programs.zsh = {
initContent = ''
# eval "$(direnv hook zsh)";
export PATH=$PATH:/home/vinzenz/.cargo/bin
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
source ${./.zsh/p10k.zsh}
'';
enableCompletion = true;
@ -28,19 +25,6 @@
path = "${config.xdg.dataHome}/zsh/history";
expireDuplicatesFirst = true;
};
oh-my-zsh = {
enable = true;
theme = "agnoster";
plugins = [
"git"
"sudo"
"systemadmin"
"battery"
"dotnet"
"rust"
"tailscale"
];
};
};
config.programs.zsh-powerlevel10k.enable = true;
}