This commit is contained in:
LunarAkai 2025-03-15 17:28:04 +01:00
commit 658a42659c
5 changed files with 33 additions and 4 deletions

View file

@ -0,0 +1,16 @@
{...}: {
programs.zsh = {
enable = true;
oh-my-zsh = {
enable = true;
};
history.size = 10000;
initContent = {
_type = "order";
content = ''eval "$(oh-my-posh init zsh)"'';
priority = 0;
};
};
}