update: remove oh-my-zsh ( I wasn't using it anyways )

This commit is contained in:
Veneficium 2024-08-18 09:33:07 +02:00
parent 2954b18584
commit 59e314aec9

View file

@ -3,13 +3,5 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
plugins = [
"systemd"
"bun"
"common-aliases"
];
};
}; };
} }